Skip to content

Commit aa52218

Browse files
committed
split dune builds to test windows
1 parent 3a21a4e commit aa52218

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
4242
- run: opam install . --deps-only --with-test
4343

44-
- run: opam exec -- dune build -p mlx,ocamlmerlin-mlx
44+
- run: opam exec -- dune build -p mlx
45+
46+
- run: opam exec -- dune build -p ocamlmerlin-mlx
4547

4648
# TODO: pass --with-dev-setup to opam instead? (requires opam 2.2, I think)
4749
- run: opam install menhir.20201216 menhirLib.20201216 menhirSdk.20201216 ocamlformat

0 commit comments

Comments
 (0)