Skip to content

Commit

Permalink
ci: test with opam lower bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Khady committed Dec 23, 2024
1 parent 166190e commit 55da4ad
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 @@ -47,3 +47,11 @@ jobs:
reporter: java-junit
fail-on-error: false # Report results but don't fail the build
fail-on-empty: true # Use an empty test report to detect when something failed with the test runner

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

- name: build project
run: opam exec -- dune build

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

0 comments on commit 55da4ad

Please sign in to comment.