diff --git a/ci/run_windows_tests.ps1 b/ci/run_windows_tests.ps1 index 4b7786a00..e407c6bf4 100644 --- a/ci/run_windows_tests.ps1 +++ b/ci/run_windows_tests.ps1 @@ -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," )