From fe8e00f72b5d710c4b994f3ff6f256dbc2c54efd Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Tue, 13 Dec 2022 21:18:12 +0200 Subject: [PATCH] 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: --- ci/run_windows_tests.ps1 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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," )