This commit is contained in:
Simon Cruanes 2023-06-08 22:32:28 -04:00
parent df61e98495
commit ab8e8bd9c2
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -30,9 +30,8 @@ jobs:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true
- run: opam install -t trace --deps-only
- run: opam exec -- dune build '@install'
- run: opam exec -- dune runtest
- run: opam install -t trace trace-tef --deps-only
- run: opam exec -- dune build '@install' -p trace,trace-tef
- run: opam exec -- dune runtest -p trace
- run: opam exec -- dune runtest -p trace-tef