diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2bc5e762bb..b59e5b5814 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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