summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 88e6500..8063dcb 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ unit-tests: ## run all unit tests
cargo test --all
continuous-unit-tests: ## run all unit tests whenever something changes
- watchexec $(MAKE) unit-tests
+ watchexec -w src $(MAKE) unit-tests
journey-tests: target/debug/dua ## run stateless journey tests
./tests/stateless-journey.sh $<