mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-07-23 15:53:20 +00:00
Remove debug statements
This commit is contained in:
parent
f814825179
commit
48546bdb3c
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -18,11 +18,5 @@ jobs:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build
|
||||
run: nimble install -d -y --verbose 2>&1 | tee nimble-output.log || true
|
||||
- name: Upload nimble log
|
||||
uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
with:
|
||||
name: nimble-log-${{ matrix.os }}-${{ matrix.nim }}
|
||||
path: nimble-output.log
|
||||
- name: Test
|
||||
run: nimble test -y
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user