ocaml-multicore / multicoretests

PBT testsuite and libraries for testing multicore OCaml
https://ocaml-multicore.github.io/multicoretests/
BSD 2-Clause "Simplified" License
37 stars 16 forks source link

Target a particular compiler PR or branch under multicoretests-ci #382

Open jmid opened 1 year ago

jmid commented 1 year ago

Thanks to #366 we can focus on one particular test across both GitHub actions and multicoretests-ci. Being able to target the test suite at a particular compiler PR or branch is another useful feature, which is currently limited to GitHub actions. To lift this restriction, more of the workflow logic will have to move into dune files and/or into multicoretests-ci.

Ideally, we would like to be able to test a PR or feature branch across both CI systems by changing only a couple of lines of (dune?) code.