We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6baaf6a commit e88de85Copy full SHA for e88de85
2 files 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
.github/workflows/clippy.yml
@@ -12,4 +12,4 @@ jobs:
12
- uses: dtolnay/rust-toolchain@1.85
13
14
components: clippy
15
- - run: cargo clippy --all --features cortex-m/critical-section-single-core -- --deny warnings
+ - run: cargo clippy --workspace --features cortex-m/critical-section-single-core -- --deny warnings
0 commit comments