From 1ffc783ea8276fc1729b2026a2fc3720c6bffb0a Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 15 Nov 2020 00:59:45 -0800 Subject: [PATCH] make sketch build less parallel on github testing to try to solve weird fails --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: