diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index c84a8f7..2649771 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -54,4 +54,4 @@ jobs: run: nim c -d:ssl --threads:on --path:src tests/test_all.nim - name: Run test_all binary - run: timeout 60 ./tests/test_all || echo "EXIT_CODE=$?" + run: ./tests/test_all