Skip to content

Commit d03e709

Browse files
authored
Update cargo-all-features command (#2204)
1 parent 8d716b7 commit d03e709

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ jobs:
232232
- name: Check all features (${{ matrix.crate }})
233233
run: |
234234
cd ${{ matrix.crate }}
235-
cargo check-all-features
236-
cargo check-all-features --workspace --all-targets
235+
cargo all-features check
236+
cargo all-features check --workspace --all-targets
237237
238238
smoke-workspace:
239239
needs: merge-caches
@@ -277,7 +277,7 @@ jobs:
277277

278278
- name: Check all features (workspace)
279279
run: |
280-
cargo check-all-features --n-chunks 6 --chunk ${{ matrix.chunk }} --workspace --all-targets
280+
cargo all-features check --n-chunks 6 --chunk ${{ matrix.chunk }} --workspace --all-targets
281281
282282
smoke-no-std:
283283
needs: merge-caches

0 commit comments

Comments
 (0)