skip rslib doctests, we don't use them and they're slower

This commit is contained in:
Damien Elmes 2020-01-10 18:06:21 +10:00
parent 3f724e5c98
commit deca82ca9d

View File

@ -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 $@