We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b308c commit b381d66Copy full SHA for b381d66
cortex-m-rt/.github/workflows/ci.yml
@@ -8,6 +8,7 @@ name: Continuous integration
8
jobs:
9
ci-linux:
10
runs-on: ubuntu-20.04
11
+ continue-on-error: ${{ matrix.experimental || false }}
12
strategy:
13
matrix:
14
# All generated code should be running on stable now
0 commit comments