tmcgilchrist / ocaml-gitlab

Native OCaml bindings to Gitlab REST API v4
https://tmcgilchrist.github.io/ocaml-gitlab/gitlab/
BSD 3-Clause "New" or "Revised" License
27 stars 8 forks source link

Integration tests against docker GitLab #21

Open tmcgilchrist opened 2 years ago

tmcgilchrist commented 2 years ago

Run integration tests against GitLab running in docker. https://docs.gitlab.com/ee/install/docker.html

That would allow testing against some Admin only API endpoints and would avoid polluting a public GitLab instance.