We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13741d commit 03573d7Copy full SHA for 03573d7
.github/workflows/main.yml
@@ -33,9 +33,7 @@ jobs:
33
- uses: ocaml/setup-ocaml@v3
34
with:
35
ocaml-compiler: ${{ matrix.ocaml-compiler }}
36
- - run: opam pin -n .
37
- - run: opam depext -yt qcheck qcheck-core qcheck-ounit qcheck-alcotest
38
- - run: opam install -t . --deps-only
+ - run: opam install . --deps-only --with-test
39
- run: opam exec -- dune build
40
- run: opam exec -- dune runtest
41
if: ${{ matrix.os != 'windows-latest'}}
0 commit comments