Skip to content

Commit

Permalink
test build with opam deps lower bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Khady committed Dec 23, 2024
1 parent a72eacc commit b98e0e8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@ jobs:

- name: run test
run: opam exec -- dune runtest

- run: opam install . --deps-only --with-test --criteria='+removed,+count[version-lag,solution]' --solver=builtin-0install

- name: build project with lower bounds
run: opam exec -- dune build

- name: run test with lower bounds
run: opam exec -- dune runtest

0 comments on commit b98e0e8

Please sign in to comment.