Skip to content

Commit c1e7e46

Browse files
committed
Exclude testsuite from cron, fixes #427
1 parent b9e1832 commit c1e7e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
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 --exclude cortex-m-rt
19+
run: cargo test --all --exclude cortex-m-rt --exclude testsuite
2020
- uses: imjohnbo/issue-bot@v2
2121
if: failure()
2222
with:

0 commit comments

Comments
 (0)