just: Remove redunant commands from check target

This commit is contained in:
2022-06-16 00:39:57 +02:00
parent 33a5a1a262
commit c21fb5813b

View File

@@ -4,8 +4,6 @@ static_target := "x86_64-unknown-linux-musl"
check: fmt-check lint test
cargo check
cargo fmt --check
cargo clippy --no-deps -- -Dwarnings
clean:
cargo clean