eve icon indicating copy to clipboard operation
eve copied to clipboard

Refactor running unit tests

Open rvs opened this issue 6 years ago • 2 comments

Unit tests need to be put into a separate check in the circle pipeline and we also need to make sure make test target returns non-0 exit code if tests fail

rvs avatar Jun 30 '19 05:06 rvs

It looks like this is already a seperate check. For example, on #391, the test job == unit tests. image

dave-tucker avatar Nov 16 '19 18:11 dave-tucker

I've also verified that the exit code does indeed propagate correctly, although there is no feedback as to which test failed without reading the Junit report. I'll open an (optional) PR to address that but based on the description of the issue I think this can be closed.

dave-tucker avatar Nov 16 '19 18:11 dave-tucker

Done by @dave-tucker

milan-zededa avatar Feb 06 '23 16:02 milan-zededa