diff options
-rw-r--r-- | cortex-m-rt/.github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cortex-m-rt/.github/workflows/ci.yml b/cortex-m-rt/.github/workflows/ci.yml index 8ab6ebb..2ddf970 100644 --- a/cortex-m-rt/.github/workflows/ci.yml +++ b/cortex-m-rt/.github/workflows/ci.yml @@ -8,6 +8,7 @@ name: Continuous integration jobs: ci-linux: runs-on: ubuntu-20.04 + continue-on-error: ${{ matrix.experimental || false }} strategy: matrix: # All generated code should be running on stable now |