We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff35a78 commit 52cde28Copy full SHA for 52cde28
.github/workflows/main.yml
@@ -36,5 +36,5 @@ jobs:
36
architecture: ${{ matrix.arch }}
37
38
- run: opam install . --deps-only --with-test -y
39
- - run: dune build
40
- - run: dune runtest
+ - run: opam exec -- dune build
+ - run: opam dune -- runtest
0 commit comments