mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
chore: have make test be quiet
This commit is contained in:
parent
3dd63964fb
commit
2b5b2a0e02
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue