Skip to content

Commit c276ef3

Browse files
committed
check & clippy are different steps
1 parent ccad924 commit c276ef3

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
@@ -37,6 +37,9 @@ jobs:
3737
with:
3838
key: ${{ matrix.TARGET }}
3939

40+
- run: cargo check --target ${{ matrix.TARGET }}
41+
env:
42+
RUSTFLAGS: -D warnings
4043
- run: cargo clippy --target ${{ matrix.TARGET }}
4144

4245
ci-linux:

0 commit comments

Comments
 (0)