flake_env/Justfile
2024-01-08 15:30:18 -05:00

10 lines
145 B
Makefile

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