Remove debug statements

This commit is contained in:
Arnaud 2026-04-17 10:37:23 +04:00
parent 48546bdb3c
commit 2d7c74ec6e
No known key found for this signature in database
GPG Key ID: A6C7C781817146FA

View File

@ -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