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 73def59 commit 731422eCopy full SHA for 731422e
.github/workflows/ci.yml
@@ -29,6 +29,6 @@ jobs:
29
toolchain: ${{ matrix.rust }}
30
override: true
31
- name: Run tests
32
- run: cargo test --all
+ run: cargo test --all --exclude cortex-m-rt
33
34
# FIXME: test on macOS and Windows
.github/workflows/rt-ci.yml
@@ -18,7 +18,9 @@ jobs:
18
# Nightly is only for reference and allowed to fail
19
- rust: nightly
20
experimental: true
21
-
+ defaults:
22
+ run:
23
+ working-directory: cortex-m-rt
24
steps:
25
- uses: actions/checkout@v2
26
- uses: actions-rs/toolchain@v1
@@ -55,7 +57,9 @@ jobs:
55
57
- macOS-latest
56
58
- windows-latest
59
runs-on: ${{ matrix.os }}
60
61
62
63
64
65
0 commit comments