Skip to content

Commit 52cde28

Browse files
committed
fix dune in yml
1 parent ff35a78 commit 52cde28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
architecture: ${{ matrix.arch }}
3737

3838
- run: opam install . --deps-only --with-test -y
39-
- run: dune build
40-
- run: dune runtest
39+
- run: opam exec -- dune build
40+
- run: opam dune -- runtest

0 commit comments

Comments
 (0)