ocaml-community / ocaml-mariadb

OCaml bindings to MariaDB, supporting the nonblocking API
55 stars 18 forks source link

Add GitHub Actions workflow for testing #56

Open paurkedal opened 2 months ago

paurkedal commented 2 months ago

It turns out to be tricky to get OS coverage, but I think it was worth some effort for this project, esp. to cover the MariaDB client library options. In the current state it covers the MariaDB C connector via Alpine Linux and libmariadb via Ubuntu, and tests with the minimum compiler version, OCaml 4.07, and the current latest, OCaml 5.2.

Some information about the challenges, for future reference: