We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df41b9 commit 2b3081eCopy full SHA for 2b3081e
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
opam-repositories: |
38
default: https://github.com/ocaml/opam-repository.git
39
40
- - run: opam install . --deps-only --with-test
+ - run: opam install . --deps-only --with-test --with-dev-setup
41
42
- run: opam exec -- dune build
43
0 commit comments