mirror of
https://git.sr.ht/~bryan_bennett/flake_env
synced 2025-12-16 22:51:24 +01:00
Instrument with bisect_ppx only conditionally
This commit is contained in:
parent
bc779a2764
commit
5808a868f1
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
|
@ -2,7 +2,7 @@ build:
|
||||||
@dune build
|
@dune build
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@dune test -f
|
@dune test --instrument-with bisect_ppx -f
|
||||||
@bisect-ppx-report html
|
@bisect-ppx-report html
|
||||||
@bisect-ppx-report summary --per-file
|
@bisect-ppx-report summary --per-file
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue