mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -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)
|
rustup component add clippy-preview --toolchain $(RUST_TOOLCHAIN)
|
||||||
@touch $@
|
@touch $@
|
||||||
|
|
||||||
.build/check: .build/rs-tools
|
.build/check: .build/rs-tools $(ALL_SOURCE)
|
||||||
cargo test
|
cargo test -- --nocapture
|
||||||
cargo fmt -- --check
|
cargo fmt -- --check
|
||||||
cargo clippy -- -D warnings
|
cargo clippy -- -D warnings
|
||||||
@touch $@
|
@touch $@
|
||||||
|
|
Loading…
Reference in a new issue