debug(ci): remove || true mask from test_all run
This commit is contained in:
@@ -31,7 +31,7 @@ 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: ./tests/test_all > test_all.log 2>&1 || true
|
run: ./tests/test_all > test_all.log 2>&1
|
||||||
|
|
||||||
- name: Upload test_all log to repo
|
- name: Upload test_all log to repo
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Reference in New Issue
Block a user