diff options
-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: |