aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2021-03-02 19:56:17 +0000
committerGravatar GitHub <noreply@github.com> 2021-03-02 19:56:17 +0000
commit62de02fb1a6c842bd2fd7c178489e16a068a599b (patch)
tree1724b06b3b2a14af88369858c37f971e6cf325ad
parent02b308cf74bd288d63dd9b7ccda610283df099d2 (diff)
parentb381d6653b15f87f82cb74639e77bddb9db94522 (diff)
downloadcortex-m-62de02fb1a6c842bd2fd7c178489e16a068a599b.tar.gz
cortex-m-62de02fb1a6c842bd2fd7c178489e16a068a599b.tar.zst
cortex-m-62de02fb1a6c842bd2fd7c178489e16a068a599b.zip
Merge #316
316: Allow nightly CI to fail r=therealprof a=adamgreig Co-authored-by: Adam Greig <adam@adamgreig.com>
-rw-r--r--cortex-m-rt/.github/workflows/ci.yml1
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