flake_env/Justfile
2024-08-08 08:08:58 -04:00

10 lines
174 B
Makefile

build:
@dune build
test:
@dune test --instrument-with bisect_ppx -f
@bisect-ppx-report html
@bisect-ppx-report summary --per-file
fmt:
@dune build @fmt --auto-promote