skip rslib doctests, we don't use them and they're slower
This commit is contained in:
parent
3f724e5c98
commit
deca82ca9d
@ -32,7 +32,7 @@ RUST_TOOLCHAIN := $(shell cat rust-toolchain)
|
||||
@touch $@
|
||||
|
||||
.build/check: .build/rs-tools $(ALL_SOURCE)
|
||||
cargo test -- --nocapture
|
||||
cargo test --lib -- --nocapture
|
||||
cargo fmt -- --check
|
||||
cargo clippy -- -D warnings
|
||||
@touch $@
|
||||
|
Loading…
Reference in New Issue
Block a user