We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e1832 commit c1e7e46Copy full SHA for c1e7e46
.github/workflows/cron.yml
@@ -16,7 +16,7 @@ jobs:
16
toolchain: stable
17
override: true
18
- name: Run tests
19
- run: cargo test --all --exclude cortex-m-rt
+ run: cargo test --all --exclude cortex-m-rt --exclude testsuite
20
- uses: imjohnbo/issue-bot@v2
21
if: failure()
22
with:
0 commit comments