Skip to content

Commit

Permalink
remove -j from build workflow to avoid hang
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Dec 4, 2024
1 parent a06bc08 commit a0423ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
run: |
Xvfb :99 -screen 0 1920x1080x24 &
echo "Current DISPLAY: $DISPLAY"
yes "" | make -j check || { echo "Tests failed. Printing test-suite.log..."; cat test/C/test-suite.log; cat test/F90/test-suite.log; exit 1; }
yes "" | make check || { echo "Tests failed. Printing test-suite.log..."; cat test/C/test-suite.log; cat test/F90/test-suite.log; exit 1; }

0 comments on commit a0423ca

Please sign in to comment.