Skip to content
Prev Previous commit
Next Next commit
ci: also test with "opam install ."
  • Loading branch information
maelvls committed Jan 10, 2021
commit 2f7c2f0df7193652e9547f735d67a9dfa300e4d6
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
with:
ocaml-version: ${{ matrix.ocaml-version }}
- run: opam install -y . --deps-only --with-test --with-doc
- run: opam exec -- dune build @install -p qbf
- run: opam exec -- dune runtest -p qbf
- run: opam exec -- dune build
- run: opam exec -- dune runtest
- run: opam install .
- run: opam pin add -y .#HEAD
- run: opam remove qbf
- name: Check that it uninstalled correctly
Expand Down