Skip to content

Commit 63273ce

Browse files
committed
Add --all-targets to rust-daily check
1 parent edfc072 commit 63273ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust-daily.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ jobs:
110110
with:
111111
cache-provider: buildjet
112112
- if: ${{ matrix.rust_target == '' }}
113-
run: cargo check --all-features
113+
run: cargo check --all-features --all-targets
114114
- if: ${{ matrix.rust_target != '' }}
115-
run: cargo check --target=${{ matrix.rust_target }} --all-features
115+
run: cargo check --target=${{ matrix.rust_target }} --all-features --all-targets
116116
- name: Print sccache stats
117117
if: env.SCCACHE_AWS_SECRET != ''
118118
run: sccache -s

0 commit comments

Comments
 (0)