This commit is contained in:
Simon Cruanes 2026-03-16 03:01:15 +00:00
parent d9a0b66973
commit 990a1e6f69

View file

@ -27,6 +27,12 @@ clean:
test:
@dune runtest $(OPTS) --force --no-buffer
format:
@dune build @fmt --auto-promote
format-check:
@dune build @fmt --quiet
test-promote:
@dune runtest $(OPTS) --force --no-buffer --auto-promote