Skip to content

Commit 70b4d4c

Browse files
bors[bot]adamgreig
andauthored
Merge #418
418: Exclude c-m-rt from cron test of cortex-m, fixes #417 r=thejpster a=adamgreig Excludes cortex-m-rt from the plain ci-linux cron CI. We already test cortex-m-rt separate in rt-ci-linux, and plain `cargo test` doesn't work on x86 for cortex-m-rt. Fixes #417 which is where this week's cron run failed. Co-authored-by: Adam Greig <[email protected]>
2 parents 0939281 + 33f7a08 commit 70b4d4c

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)