We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0939281 commit 33f7a08Copy full SHA for 33f7a08
.github/workflows/cron.yml
@@ -16,7 +16,7 @@ jobs:
16
toolchain: stable
17
override: true
18
- name: Run tests
19
- run: cargo test --all
+ run: cargo test --all --exclude cortex-m-rt
20
- uses: imjohnbo/issue-bot@v2
21
if: failure()
22
with:
0 commit comments