CI: add missing 'test' package in the cached opam repository
This commit is contained in:
parent
8eee1c7a9c
commit
64a41538c8
@ -48,7 +48,7 @@ done
|
||||
# Hack: it loks like there is too many cycle in the opam-repository,
|
||||
# when using `opam-bundle --with-test --with-doc`, so we manually
|
||||
# inline some of the test and doc dependencies.
|
||||
extra_packages="depext alcotest-lwt ocp-indent odoc"
|
||||
extra_packages="depext alcotest-lwt ocp-indent odoc ounit"
|
||||
|
||||
if ! [ -f "$build_dir"/opam-repository-master.tgz ]; then
|
||||
echo
|
||||
|
Loading…
Reference in New Issue
Block a user