chore: Allow other checks to run after errors
This commit is contained in:
parent
71b4cb00d2
commit
3d6eb7dc91
|
|
@ -9,6 +9,7 @@ jobs:
|
||||||
platformio:
|
platformio:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
example:
|
example:
|
||||||
- examples/AltPinSerial
|
- examples/AltPinSerial
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue