Browse Source

ci compile_nuttx: disable fail-fast

So that all failures can be evaluated.
master
Beat Küng 3 years ago committed by Daniel Agar
parent
commit
cc1d24a5fe
  1. 1
      .github/workflows/compile_nuttx.yml

1
.github/workflows/compile_nuttx.yml

@ -13,6 +13,7 @@ jobs: @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
container: px4io/px4-dev-nuttx-focal:2021-09-08
strategy:
fail-fast: false
matrix:
config: [
airmind_mindpx-v2,

Loading…
Cancel
Save