summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-06-06 08:08:15 +0530
committerSebastian Thiel <sthiel@thoughtworks.com>2019-06-06 08:08:15 +0530
commit7bef5974e86de825dcb0b3507df16a80b6986d88 (patch)
tree965fa139b9b56d0adba0a21cf180741c01ea3bea /Makefile
parent982446ad0ef9a475274c9a0f05a32147fcafd061 (diff)
refactor
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 68d5824..0df7a87 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ benchmark: target/release/dua
tests: unit-tests journey-tests
unit-tests:
- cargo test --bin dua
+ cargo test --all
continuous-unit-tests:
watchexec $(MAKE) unit-tests