diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1406832e..0cbeabad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: - run: make install-arduino-cli - run: make configure-arduino-cli - run: make install-arduino-core-avr - - run: make -j 8 smoke-sketches + - run: make -j 2 smoke-sketches run-google-tests: runs-on: ubuntu-latest steps: