Skip to content

Commit

Permalink
Update installation of packages by opam to include project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelltaylor committed Apr 4, 2024
1 parent 7abf38c commit 9d3d2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: "5.1"
- run: opam install . --deps-only --with-test
- run: opam install ctypes-foreign alcotest ocamlgraph
- run: opam exec -- dune build
- run: opam exec -- dune test
- run: echo "🍏 This job's status is ${{ job.status }}."
Expand Down

0 comments on commit 9d3d2fe

Please sign in to comment.