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 edfc072 commit 63273ceCopy full SHA for 63273ce
.github/workflows/rust-daily.yaml
@@ -110,9 +110,9 @@ jobs:
110
with:
111
cache-provider: buildjet
112
- if: ${{ matrix.rust_target == '' }}
113
- run: cargo check --all-features
+ run: cargo check --all-features --all-targets
114
- if: ${{ matrix.rust_target != '' }}
115
- run: cargo check --target=${{ matrix.rust_target }} --all-features
+ run: cargo check --target=${{ matrix.rust_target }} --all-features --all-targets
116
- name: Print sccache stats
117
if: env.SCCACHE_AWS_SECRET != ''
118
run: sccache -s
0 commit comments