aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Adam Greig <adam@adamgreig.com> 2022-04-11 01:39:43 +0100
committerGravatar Adam Greig <adam@adamgreig.com> 2022-04-11 01:39:43 +0100
commitc1e7e4676024477405cf6c4c4dd9fceef29a87a1 (patch)
tree81442ceeee23c15e7f79f918a45da35981458d03
parentb9e18327ea5e620c9205f3d90627eb6504a0a872 (diff)
downloadcortex-m-c1e7e4676024477405cf6c4c4dd9fceef29a87a1.tar.gz
cortex-m-c1e7e4676024477405cf6c4c4dd9fceef29a87a1.tar.zst
cortex-m-c1e7e4676024477405cf6c4c4dd9fceef29a87a1.zip
Exclude testsuite from cron, fixes #427
-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 24b547d..5f38aae 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 --exclude cortex-m-rt
+ run: cargo test --all --exclude cortex-m-rt --exclude testsuite
- uses: imjohnbo/issue-bot@v2
if: failure()
with: