mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
test: ensure tests are run by disabling dune cache
This commit is contained in:
parent
0ab8597b78
commit
430e2a4951
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -6,7 +6,7 @@ build:
|
|||
dune build @install -p $(PACKAGES)
|
||||
|
||||
test: build
|
||||
dune runtest --no-buffer --force
|
||||
dune runtest --cache=disabled --no-buffer --force
|
||||
|
||||
clean:
|
||||
dune clean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue