diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2bc5e762b..b59e5b581 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