From 5808a868f130eeaef13b43d52bb3f40f2fbe468d Mon Sep 17 00:00:00 2001 From: Bryan Bennett Date: Tue, 18 Jun 2024 06:53:12 -0400 Subject: [PATCH] Instrument with bisect_ppx only conditionally --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 6bcf045..7f291e1 100644 --- a/Justfile +++ b/Justfile @@ -2,7 +2,7 @@ build: @dune build test: - @dune test -f + @dune test --instrument-with bisect_ppx -f @bisect-ppx-report html @bisect-ppx-report summary --per-file