Remove debug statements

This commit is contained in:
Arnaud 2026-04-17 10:37:52 +04:00
parent 2d7c74ec6e
commit 15b9a73271
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
run: nimble install -y
- name: Test
run: nimble test -y