debug(ci): remove || true mask from test_all run

This commit is contained in:
2026-05-13 12:59:26 +03:00
parent dbe92fab9d
commit 14791d8be6
+1 -1
View File
@@ -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()