From 00321d2842d7a3ce88b489dda0f65fa7b20eb5f1 Mon Sep 17 00:00:00 2001 From: jutty Date: Sat, 17 May 2025 02:24:26 -0300 Subject: [PATCH] OCaml: Minor justfile tweaks --- ocaml/.justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ocaml/.justfile b/ocaml/.justfile index ec282b2..f522c52 100644 --- a/ocaml/.justfile +++ b/ocaml/.justfile @@ -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