mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
make sure rust tests rerun on source change; don't hide output
This commit is contained in:
parent
da31bdf5b6
commit
53692567e8
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ RUST_TOOLCHAIN := $(shell cat rust-toolchain)
|
|||
rustup component add clippy-preview --toolchain $(RUST_TOOLCHAIN)
|
||||
@touch $@
|
||||
|
||||
.build/check: .build/rs-tools
|
||||
cargo test
|
||||
.build/check: .build/rs-tools $(ALL_SOURCE)
|
||||
cargo test -- --nocapture
|
||||
cargo fmt -- --check
|
||||
cargo clippy -- -D warnings
|
||||
@touch $@
|
||||
|
|
Loading…
Reference in a new issue