diff options
author | 2022-01-29 17:55:08 +0000 | |
---|---|---|
committer | 2022-01-29 17:55:10 +0000 | |
commit | 33f7a082408ec7b82ea5704fa152c08d10648279 (patch) | |
tree | 1a39558a64acb5650eda6ef963519a4128a412a8 | |
parent | 093928142cbecc2a07dbf649abae15e8ed20127a (diff) | |
download | cortex-m-33f7a082408ec7b82ea5704fa152c08d10648279.tar.gz cortex-m-33f7a082408ec7b82ea5704fa152c08d10648279.tar.zst cortex-m-33f7a082408ec7b82ea5704fa152c08d10648279.zip |
Exclude c-m-rt from cron test of cortex-m, fixes #417
-rw-r--r-- | .github/workflows/cron.yml | 2 |
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: |