test: ensure tests are run by disabling dune cache

This commit is contained in:
Josh Berdine 2021-04-16 15:18:21 +01:00 committed by Simon Cruanes
parent 0ab8597b78
commit 430e2a4951

View file

@ -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