Skip to content

Optimize unit test step in CI

Lars Krombeen requested to merge ci-performance into master

I have merged 3 tests that each took 40 seconds with the same setup so I moved the assertions. The time gain makes up for the complexity gain in my opinion.

I also combined 2 gcovr lines.

Edited by Lars Krombeen

Merge request reports