Skip to content

Run the tests as part of the build stage

Tim Starling requested to merge work/tstarling/test into main

The build takes 120s (mostly thanks to clang-tidy) and the test takes 0.1s, so it doesn't really make sense to split off the tests to a separate job.

Merge request reports