chore: have make test be quiet

This commit is contained in:
Simon Cruanes 2022-07-04 14:35:32 -04:00
parent 3dd63964fb
commit 2b5b2a0e02
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -6,7 +6,7 @@ build:
dune build @install -p $(PACKAGES) dune build @install -p $(PACKAGES)
test: build test: build
dune runtest --cache=disabled --no-buffer --force dune runtest --display=quiet --cache=disabled --no-buffer --force
clean: clean:
dune clean dune clean