From 3d6eb7dc91293dcda9d6377fd0ae9dd0d3381fca Mon Sep 17 00:00:00 2001 From: Francois Best Date: Tue, 10 Aug 2021 14:25:33 +0200 Subject: [PATCH] chore: Allow other checks to run after errors --- .github/workflows/platformio.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/platformio.yml b/.github/workflows/platformio.yml index 55f4fd8..79b5b70 100644 --- a/.github/workflows/platformio.yml +++ b/.github/workflows/platformio.yml @@ -9,6 +9,7 @@ jobs: platformio: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: example: - examples/AltPinSerial