Skip to content

Commit ef9448c

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 ef9448c

1 file changed

Lines changed: 1 addition & 1 deletion

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

0 commit comments

Comments
 (0)