Skip to content

Commit 4dac743

Browse files
committed
Only run with coverage on 1.9.
1 parent be74c17 commit 4dac743

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.buildkite/pipeline.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ steps:
77
- JuliaCI/julia#v1:
88
version: "{{matrix.julia}}"
99
- JuliaCI/julia-test#v1: ~
10-
- JuliaCI/julia-coverage#v1: ~
10+
- JuliaCI/julia-coverage#v1:
11+
coverage: "{{matrix.coverage}}"
1112
agents:
1213
queue: "juliagpu"
1314
cuda: "*"
@@ -31,12 +32,16 @@ steps:
3132
- "1.6"
3233
- "1.7"
3334
- "1.8"
34-
- "1.9"
35-
# - "nightly"
36-
# adjustments:
37-
# - with:
38-
# julia: "nightly"
39-
# soft_fail: true
35+
coverage:
36+
- "false"
37+
adjustments:
38+
- with:
39+
julia: "1.9"
40+
coverage: true
41+
# - with:
42+
# julia: "nightly"
43+
# coverage: "false"
44+
# soft_fail: true
4045

4146
- group: ":racehorse: Benchmarks"
4247
steps:

0 commit comments

Comments
 (0)