If one device fails in CI, do not cancel the checks for others in the matrix
This commit is contained in:
parent
e83fd25e49
commit
1f033f4e65
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user