From deca82ca9de042017256f49d643ca43db0481e02 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 10 Jan 2020 18:06:21 +1000 Subject: [PATCH] skip rslib doctests, we don't use them and they're slower --- rslib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rslib/Makefile b/rslib/Makefile index 8d6ee1f6e..28c759583 100644 --- a/rslib/Makefile +++ b/rslib/Makefile @@ -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 $@