Add test to "check" Justfile target

This commit is contained in:
2021-11-29 00:36:13 +01:00
parent d0b78686e2
commit df0b5728fc

View File

@@ -1,4 +1,4 @@
check:
check: test
cargo check
cargo fmt --check
cargo clippy --no-deps