summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-09-28 20:01:05 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-09-28 20:01:05 +0800
commit872bbbc0d630ce5ccf17a6847c6b12846f745997 (patch)
tree8cb6a2130fe92854456c9b97cc9aad8237b0f535 /Makefile
parent3e1b8c202638b5067f794f8d3687834eb3d4b450 (diff)
upgrade to latest version of tui
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