numbbo / coco

Numerical Black-Box Optimization Benchmarking Framework
https://numbbo.github.io/coco
Other
251 stars 85 forks source link

Missing tests for the current development code #2299

Open ttusar opened 2 weeks ago

ttusar commented 2 weeks ago

Currently, the C tests (unit tests, regression tests and integration tests) are not being run on the code on the development branch. In addition, there are no instructions to run the integration tests locally.

olafmersmann commented 2 weeks ago

The unit and integration tests are run in the source-build step of the build CI workflow.

Do we want explicit workflows to run these independent of the larger build workflow on every platform?