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 bbc8b73..68d5824 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ benchmark: target/release/dua
tests: unit-tests journey-tests
unit-tests:
- cargo test --test interactive
+ cargo test --bin dua
continuous-unit-tests:
watchexec $(MAKE) unit-tests