Skip to content

Commit

Permalink
Add package in list for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Jan 10, 2025
1 parent 49376e1 commit e36ff22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/more-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# the development workflow and as part of the main CI job. These are the
# tests that are checked for every combination of os and ocaml-compiler.
- name: Install dependencies
run: opam install ./fingerboard.opam ./fingerboard-tests.opam --deps-only --with-test
run: opam install ./fingerboard.opam ./fingerboard-system.opam ./fingerboard-tests.opam --deps-only --with-test

- name: Build & Run tests
run: opam exec -- dune build @all @runtest -p fingerboard,fingerboard-tests
run: opam exec -- dune build @all @runtest -p fingerboard,fingerboard-system,fingerboard-tests

0 comments on commit e36ff22

Please sign in to comment.