Skip to content

Commit 33f7a08

Browse files
committed
Exclude c-m-rt from cron test of cortex-m, fixes #417
1 parent 0939281 commit 33f7a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
toolchain: stable
1717
override: true
1818
- name: Run tests
19-
run: cargo test --all
19+
run: cargo test --all --exclude cortex-m-rt
2020
- uses: imjohnbo/issue-bot@v2
2121
if: failure()
2222
with:

0 commit comments

Comments
 (0)