diff options
author | 2022-04-11 01:39:43 +0100 | |
---|---|---|
committer | 2022-04-11 01:39:43 +0100 | |
commit | c1e7e4676024477405cf6c4c4dd9fceef29a87a1 (patch) | |
tree | 81442ceeee23c15e7f79f918a45da35981458d03 | |
parent | b9e18327ea5e620c9205f3d90627eb6504a0a872 (diff) | |
download | cortex-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.yml | 2 |
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: |