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 8d716b7 commit d03e709Copy full SHA for d03e709
.github/workflows/rust.yml
@@ -232,8 +232,8 @@ jobs:
232
- name: Check all features (${{ matrix.crate }})
233
run: |
234
cd ${{ matrix.crate }}
235
- cargo check-all-features
236
- cargo check-all-features --workspace --all-targets
+ cargo all-features check
+ cargo all-features check --workspace --all-targets
237
238
smoke-workspace:
239
needs: merge-caches
@@ -277,7 +277,7 @@ jobs:
277
278
- name: Check all features (workspace)
279
280
- cargo check-all-features --n-chunks 6 --chunk ${{ matrix.chunk }} --workspace --all-targets
+ cargo all-features check --n-chunks 6 --chunk ${{ matrix.chunk }} --workspace --all-targets
281
282
smoke-no-std:
283
0 commit comments