mirror of
https://github.com/c-cube/nanoev.git
synced 2025-12-06 11:15:48 -05:00
CI
This commit is contained in:
parent
6ee48fb21a
commit
7105cf4234
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -31,11 +31,11 @@ jobs:
|
|||
|
||||
- run: opam pin picos 0.6.0 -y -n
|
||||
- run: opam install picos
|
||||
- run: opam install -t --deps-only .
|
||||
|
||||
- run: opam exec -- dune build @install
|
||||
|
||||
# install some depopts and test deps
|
||||
- run: opam install -t --deps-only .
|
||||
- run: opam install -t trace
|
||||
|
||||
- run: opam exec -- dune build --profile=release --force @install @runtest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue