make sketch build less parallel on github testing to try to solve weird fails

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent 4c3021995a
commit 1ffc783ea8
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -19,7 +19,7 @@ jobs:
- run: make install-arduino-cli - run: make install-arduino-cli
- run: make configure-arduino-cli - run: make configure-arduino-cli
- run: make install-arduino-core-avr - run: make install-arduino-core-avr
- run: make -j 8 smoke-sketches - run: make -j 2 smoke-sketches
run-google-tests: run-google-tests:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

Loading…
Cancel
Save