ci: remove superfluous `cargo check`

This commit is contained in:
Mikolaj Wielgus 2024-05-25 23:42:13 +02:00
parent 3dd311c5fc
commit 194383d9b3
1 changed files with 0 additions and 1 deletions

View File

@ -11,5 +11,4 @@ steps:
environment: [CARGO_TERM_COLOR=always] environment: [CARGO_TERM_COLOR=always]
commands: commands:
- rustup default "$CHANNEL" - rustup default "$CHANNEL"
- cargo check
- cargo test --features "$FEATURES" - cargo test --features "$FEATURES"