debug(ci): remove || echo mask from test_all binary run

This commit is contained in:
2026-05-13 12:52:25 +03:00
parent 1111fbf359
commit d9835fe696
+1 -1
View File
@@ -54,4 +54,4 @@ jobs:
run: nim c -d:ssl --threads:on --path:src tests/test_all.nim run: nim c -d:ssl --threads:on --path:src tests/test_all.nim
- name: Run test_all binary - name: Run test_all binary
run: timeout 60 ./tests/test_all || echo "EXIT_CODE=$?" run: ./tests/test_all