If one device fails in CI, do not cancel the checks for others in the matrix

This commit is contained in:
Jesse Braham 2022-03-29 09:33:39 -07:00
parent e83fd25e49
commit 1f033f4e65

View File

@ -15,6 +15,7 @@ jobs:
name: Check RISC-V Examples
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
toolchain: [stable, nightly]
steps:
@ -35,6 +36,7 @@ jobs:
name: Check Xtensa Examples
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
chip: [esp32, esp32s2, esp32s3]
steps: