mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-05-22 01:29:56 +00:00
Remove debug statements
This commit is contained in:
parent
48546bdb3c
commit
2d7c74ec6e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -17,6 +17,6 @@ jobs:
|
||||
nim-version: ${{matrix.nim}}
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build
|
||||
run: nimble install -d -y --verbose 2>&1 | tee nimble-output.log || true
|
||||
run: nimble install -d -y
|
||||
- name: Test
|
||||
run: nimble test -y
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user