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