debug(ci): remove || echo mask from test_all binary run
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user