Skip to content

Commit

Permalink
(#62) use make -j in github actions workflow to match Debian build
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Dec 4, 2024
1 parent 6cfbc6f commit f6f64cd
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 check || { echo "Tests failed. Printing test-suite.log..."; cat test/C/test-suite.log; exit 1; }
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; }

0 comments on commit f6f64cd

Please sign in to comment.