summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-08-05 17:45:50 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-08-05 17:45:50 +0800
commit7429cb3d1139605abdf3efcb8a4d5cceb300be1b (patch)
treed56116a5b176400ccfd97776771e93b8bcb1afec /Makefile
parent3987e7c51b4b27fd4c95def42ce3e585dc46c7c6 (diff)
Add aggregate-scan-progress feature to help with #99
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7766ad2..ed30476 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,7 @@ check:## run cargo-check with various features
cargo check --no-default-features --features tui-unix
cargo check --no-default-features --features tui-crossplatform
cargo check --no-default-features --features trash-move
+ cargo check --no-default-features --features aggregate-scan-progress
unit-tests: ## run all unit tests
cargo test --all