We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--all-targets
cargo check
1 parent 65e331f commit bb75a4aCopy full SHA for bb75a4a
.github/workflows/ci.yml
@@ -122,7 +122,7 @@ jobs:
122
key: "${{ env.ZC_TOOLCHAIN }}-${{ matrix.target }}-${{ env.FEATURES_HASH }}-${{ hashFiles('**/Cargo.lock') }}"
123
124
- name: Check
125
- run: cargo +${{ env.ZC_TOOLCHAIN }} check --manifest-path ${{ matrix.manifest-path }} --target ${{ matrix.target }} --features "${{ matrix.features }}" --verbose
+ run: cargo +${{ env.ZC_TOOLCHAIN }} check --manifest-path ${{ matrix.manifest-path }} --target ${{ matrix.target }} --features "${{ matrix.features }}" --verbose --all-targets
126
127
- name: Build
128
run: cargo +${{ env.ZC_TOOLCHAIN }} build --manifest-path ${{ matrix.manifest-path }} --target ${{ matrix.target }} --features "${{ matrix.features }}" --verbose
0 commit comments