diff options
author | 2022-01-29 17:55:08 +0000 | |
---|---|---|
committer | 2022-02-24 01:42:35 +0000 | |
commit | 689259bfb370ee769a14c2169d79003574986836 (patch) | |
tree | 1a39558a64acb5650eda6ef963519a4128a412a8 | |
parent | 06dc05cce2e9dd4a71105eaa3a0f00d2fdad8799 (diff) | |
download | cortex-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.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: |