Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 832e5cd

Browse files
committed
Prevent continuous unit tests from triggering themselves
1 parent 96ff5ab commit 832e5cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ unit-tests: ## run all unit tests
3535
cargo test --all
3636

3737
continuous-unit-tests: ## run all unit tests whenever something changes
38-
watchexec $(MAKE) unit-tests
38+
watchexec -w src $(MAKE) unit-tests
3939

4040
journey-tests: target/debug/dua ## run stateless journey tests
4141
./tests/stateless-journey.sh $<

0 commit comments

Comments
 (0)