Skip to content

Commit f60737a

Browse files
committed
run all tests on min clang version
only clang-related tests run on other clang versions. should short-circuit the 20 minute wait just to see if all tests pass in CI.
1 parent fdf8705 commit f60737a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-dev-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
with-env { CLANG_VERSION: $"($ver)" } {
110110
nur test --profile warmup
111111
let test_profile = (
112-
if ($ver == $max_ver) { "all" } else { "ci" }
112+
if ($ver == $min_ver) { "all" } else { "ci" }
113113
)
114114
nur test --profile $test_profile
115115
}

0 commit comments

Comments
 (0)