From 7429cb3d1139605abdf3efcb8a4d5cceb300be1b Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 5 Aug 2021 17:45:50 +0800 Subject: Add aggregate-scan-progress feature to help with #99 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3