Merge pull request #853 from larsclausen/ci-parallel

ci: Use parallel build
This commit is contained in:
Stephen Williams 2023-01-06 20:22:25 -08:00 committed by GitHub
commit 45bd0968c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
@ -58,7 +58,7 @@ jobs:
run: |
autoconf
./configure
make check
make -j$(nproc) check
sudo make install
- name: Test