Add debug flag

This commit is contained in:
Arnaud 2025-02-13 15:21:45 +01:00
parent 3a9338d9f2
commit 5dda684829
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -39,7 +39,7 @@ jobs:
run: npm start &
- name: Build
run: nimble install -y
run: nimble install -y --debug
- name: Test
run: nimble test -y