aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Adam Greig <adam@adamgreig.com> 2022-01-29 17:55:08 +0000
committerGravatar Adam Greig <adam@adamgreig.com> 2022-02-24 01:42:35 +0000
commit689259bfb370ee769a14c2169d79003574986836 (patch)
tree1a39558a64acb5650eda6ef963519a4128a412a8
parent06dc05cce2e9dd4a71105eaa3a0f00d2fdad8799 (diff)
downloadcortex-m-689259bfb370ee769a14c2169d79003574986836.tar.gz
cortex-m-689259bfb370ee769a14c2169d79003574986836.tar.zst
cortex-m-689259bfb370ee769a14c2169d79003574986836.zip
Exclude c-m-rt from cron test of cortex-m, fixes #417
-rw-r--r--.github/workflows/cron.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml
index d765dba..24b547d 100644
--- a/.github/workflows/cron.yml
+++ b/.github/workflows/cron.yml
@@ -16,7 +16,7 @@ jobs:
toolchain: stable
override: true
- name: Run tests
- run: cargo test --all
+ run: cargo test --all --exclude cortex-m-rt
- uses: imjohnbo/issue-bot@v2
if: failure()
with: