aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Adam Greig <adam@adamgreig.com> 2021-03-02 19:52:11 +0000
committerGravatar Adam Greig <adam@adamgreig.com> 2021-03-02 19:52:11 +0000
commitb381d6653b15f87f82cb74639e77bddb9db94522 (patch)
tree1724b06b3b2a14af88369858c37f971e6cf325ad
parent02b308cf74bd288d63dd9b7ccda610283df099d2 (diff)
downloadcortex-m-b381d6653b15f87f82cb74639e77bddb9db94522.tar.gz
cortex-m-b381d6653b15f87f82cb74639e77bddb9db94522.tar.zst
cortex-m-b381d6653b15f87f82cb74639e77bddb9db94522.zip
Allow nightly CI to fail
-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