mirage / ocaml-solo5

Freestanding OCaml runtime
Other
101 stars 30 forks source link

Clean up the test and its use in CI #137

Closed shym closed 3 months ago

shym commented 3 months ago

This PR combines a couple of small details that have been nagging me in the test and, partly as a consequence, also in CI. The main changes are:

I hesitated to break it down into smaller PRs but those changes are fairly tightly coupled so the smaller PRs would have conflicted quite a bit. But that means I could easily drop some of changes this PR proposes.

hannesm commented 3 months ago

I like the changes, and when CI passes would be happy to merge them! Thanks a lot.