ci: Only check default and latest feature version build

Testing all the version makes the job slower for not that much
gain. Disable some of them for now.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1168>
This commit is contained in:
Jordan Petridis 2022-12-13 21:18:12 +02:00 committed by Sebastian Dröge
parent 49eadcea5e
commit fe8e00f72b

View file

@ -35,11 +35,12 @@
'examples'
)
# "" is the default build, no flags appended
[string[]] $features_matrix = @(
"--no-default-features",
# "--no-default-features",
# "--features=v1_18,",
# "--features=v1_20,",
"",
"--features=v1_18,",
"--features=v1_20,",
"--features=v1_22,"
)