Skip to content

ci: combine windows build jobs

Instead of having a matrix of jobs, use a single job running all the tests like the linux jobs do.

This helps with improved cache hits as most of the deps are shared between the builds.

Merge request reports