mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-08 03:47:57 -04:00
CI
This commit is contained in:
parent
df61e98495
commit
ab8e8bd9c2
1 changed files with 4 additions and 5 deletions
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue