test: try to get ocaml initialized by opam for testing
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Glen Whitney 2021-03-01 11:14:53 -08:00
parent 221d85ebbe
commit 3effe65f01
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@ steps:
image: ocaml/opam image: ocaml/opam
commands: commands:
- ls -als tests/extracted - ls -als tests/extracted
- opam init
- eval $(opam env)
- bin/run_tests ocaml ml - bin/run_tests ocaml ml
volumes: volumes: