Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ff5ab commit 832e5cdCopy full SHA for 832e5cd
1 file changed
Makefile
@@ -35,7 +35,7 @@ unit-tests: ## run all unit tests
35
cargo test --all
36
37
continuous-unit-tests: ## run all unit tests whenever something changes
38
- watchexec $(MAKE) unit-tests
+ watchexec -w src $(MAKE) unit-tests
39
40
journey-tests: target/debug/dua ## run stateless journey tests
41
./tests/stateless-journey.sh $<
0 commit comments