summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eda6156..2172c42 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ benchmark: target/release/dua ## see how fast things are, powered by hyperfine
tests: check unit-tests journey-tests ## run all tests
-check:## run all unit tests
+check:## run cargo-check with various features
cargo check --all
cargo check --all-features
cargo check --no-default-features