mirror of
https://github.com/notohh/rustlings.git
synced 2024-12-22 00:18:09 -05:00
Remove redundant rustfmt check for solutions
This commit is contained in:
parent
24aed1b14e
commit
81bf0a6430
1 changed files with 0 additions and 1 deletions
|
@ -9,6 +9,5 @@ cargo upgrades
|
||||||
# Similar to CI
|
# Similar to CI
|
||||||
cargo clippy -- --deny warnings
|
cargo clippy -- --deny warnings
|
||||||
cargo fmt --all --check
|
cargo fmt --all --check
|
||||||
rustfmt --check --edition 2021 solutions/**/*.rs
|
|
||||||
cargo test --workspace --all-targets
|
cargo test --workspace --all-targets
|
||||||
cargo run -- dev check --require-solutions
|
cargo run -- dev check --require-solutions
|
||||||
|
|
Loading…
Reference in a new issue