Skip to content

Commit 2ba9deb

Browse files
committed
tweak gh action
1 parent 08b457b commit 2ba9deb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
uses: ocaml/setup-ocaml@v2
2727
with:
2828
ocaml-compiler: ${{ matrix.ocaml-compiler }}
29+
dune-cache: true
30+
opam-depext-flags: '--with-test'
31+
allow-prerelease-opam: true
2932

3033
# apt update is implicit
3134
# pinning package implicit

0 commit comments

Comments
 (0)