Skip to content

Commit 62de02f

Browse files
bors[bot]adamgreig
andauthored
Merge #316
316: Allow nightly CI to fail r=therealprof a=adamgreig Co-authored-by: Adam Greig <[email protected]>
2 parents 02b308c + b381d66 commit 62de02f

File tree

1 file changed

+1
-0
lines changed
  • cortex-m-rt/.github/workflows

1 file changed

+1
-0
lines changed

cortex-m-rt/.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ name: Continuous integration
88
jobs:
99
ci-linux:
1010
runs-on: ubuntu-20.04
11+
continue-on-error: ${{ matrix.experimental || false }}
1112
strategy:
1213
matrix:
1314
# All generated code should be running on stable now

0 commit comments

Comments
 (0)