Skip to content

Commit 8836711

Browse files
committed
ci: also run cargo check in nightly tests
Signed-off-by: Benno Lossin <lossin@kernel.org>
1 parent 1c4a430 commit 8836711

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ jobs:
118118
components: rust-src
119119
- run: cargo install cargo-expand
120120
- run: git config user.name "github-runner" && git config user.email "<>"
121+
- run: git rebase --exec 'cargo check --locked --all-targets' --root
122+
env:
123+
RUSTFLAGS: "-Dwarnings"
121124
- run: git rebase --exec 'cargo test --locked --all-targets' --root
122125
env:
123126
RUSTFLAGS: "-Dwarnings"

0 commit comments

Comments
 (0)