Skip to content

Commit e88de85

Browse files
committed
Test all packages in workspace instead of all.
This is more in line with the repo containing a cargo workspace.
1 parent 6baaf6a commit e88de85

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
with:
2929
toolchain: ${{ matrix.rust }}
3030
- name: Run tests
31-
run: cargo test --all --exclude cortex-m-rt --exclude testsuite --features cortex-m/critical-section-single-core
31+
run: cargo test --workspace --exclude cortex-m-rt --exclude testsuite --features cortex-m/critical-section-single-core

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
- uses: dtolnay/rust-toolchain@1.85
1313
with:
1414
components: clippy
15-
- run: cargo clippy --all --features cortex-m/critical-section-single-core -- --deny warnings
15+
- run: cargo clippy --workspace --features cortex-m/critical-section-single-core -- --deny warnings

0 commit comments

Comments
 (0)