Skip to content

Commit

Permalink
Merge pull request #853 from larsclausen/ci-parallel
Browse files Browse the repository at this point in the history
ci: Use parallel build
  • Loading branch information
steveicarus authored Jan 7, 2023
2 parents 08f2c88 + 9fcec01 commit 45bd096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
export PATH="/usr/local/opt/bison/bin:$PATH"
autoconf
./configure
make check
make -j$(nproc) check
sudo make install
- name: Test
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
autoconf
./configure
make check
make -j$(nproc) check
sudo make install
- name: Test
Expand Down

0 comments on commit 45bd096

Please sign in to comment.