This was disabled since DirectX wasn't available, but its working now on the server2022 image that provides the required headers and dlls.
There are a couple things going on here. First, we need to avoid building egl/wayalnd/x11 crates on windows as they can't be built. Then we need to avoid running -sys tests as they don't succeed currently. See [1] Finally use a matrix:parallel job to tests multiple build configurations. [1] https://github.com/gtk-rs/gtk3-rs/issues/54 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/701>