mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
chore: in CI, run tests in release profile
this is required to be able to repro #454
This commit is contained in:
parent
303f51f93d
commit
921db438f2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
allow-prerelease-opam: true
|
allow-prerelease-opam: true
|
||||||
- run: opam install -t containers containers-data --deps-only
|
- run: opam install -t containers containers-data --deps-only
|
||||||
- run: opam exec -- dune build '@install'
|
- run: opam exec -- dune build '@install'
|
||||||
- run: opam exec -- dune runtest
|
- run: opam exec -- dune runtest --force --profile=release
|
||||||
|
|
||||||
compat:
|
compat:
|
||||||
name: build
|
name: build
|
||||||
|
|
@ -61,7 +61,7 @@ jobs:
|
||||||
opam install -t containers --deps-only ;
|
opam install -t containers --deps-only ;
|
||||||
opam install containers-data --deps-only # no test deps
|
opam install containers-data --deps-only # no test deps
|
||||||
- run: opam exec -- dune build '@install'
|
- run: opam exec -- dune build '@install'
|
||||||
- run: opam exec -- dune runtest -j 1 -p containers # test only core on non-ubuntu platform
|
- run: opam exec -- dune runtest -j 1 -p containers --profile=release # test only core on non-ubuntu platform
|
||||||
|
|
||||||
format:
|
format:
|
||||||
name: format
|
name: format
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue