diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0d84560..1bd7b31 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,5 +31,7 @@ jobs: env: CC: ${{ matrix.cc }} CXX: ${{ matrix.cxx }} + - run: make -j10 + working-directory: ./_gh_build - run: ./draco_tests working-directory: ./_gh_build