diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index a8a1b8b..cbcb876 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -31,7 +31,7 @@ jobs: run: nim c -d:ssl --threads:on --path:src tests/test_all.nim - 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 if: always()