Skip to content

Commit

Permalink
.github: for tests install dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypopp committed Apr 12, 2024
1 parent af025e4 commit e8a0ddc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@ jobs:

- run: opam exec -- dune build -p mlx,ocamlmerlin-mlx

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

- run: opam exec -- dune runtest

0 comments on commit e8a0ddc

Please sign in to comment.