OCaml: Minor justfile tweaks
This commit is contained in:
parent
caafbed5a5
commit
00321d2842
1 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ alias ewt := execute-watch-timeout
|
|||
|
||||
# Run tests on changes
|
||||
[group('dev')]
|
||||
test-watch:
|
||||
test-watch: build
|
||||
dune test --watch
|
||||
|
||||
alias tw := test-watch
|
||||
|
|
@ -91,7 +91,7 @@ alias c := check
|
|||
[group('checks')]
|
||||
cover: clean build
|
||||
find . -name '*.coverage' -exec rm -v '{}' ';'
|
||||
dune runtest --instrument-with bisect_ppx --force
|
||||
dune test --instrument-with bisect_ppx --force
|
||||
bisect-ppx-report html
|
||||
bisect-ppx-report summary
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue