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 6baaf6a commit ef9448cCopy full SHA for ef9448c
1 file changed
.github/workflows/ci.yml
@@ -28,4 +28,4 @@ jobs:
28
with:
29
toolchain: ${{ matrix.rust }}
30
- name: Run tests
31
- run: cargo test --all --exclude cortex-m-rt --exclude testsuite --features cortex-m/critical-section-single-core
+ run: cargo test --workspace --exclude cortex-m-rt --exclude testsuite --features cortex-m/critical-section-single-core
0 commit comments