We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c569d commit 04ec7ebCopy full SHA for 04ec7eb
.buildkite/pipeline.yml
@@ -44,7 +44,7 @@ steps:
44
- label: "shared array storage"
45
plugins:
46
- JuliaCI/julia#v1:
47
- version: "1.11"
+ version: "1.12"
48
- JuliaCI/julia-test#v1:
49
test_args: "--quickfail"
50
agents:
@@ -68,7 +68,7 @@ steps:
68
- label: "API validation"
69
70
71
72
73
# test_args: "--quickfail"
74
test_args: ""
@@ -102,7 +102,7 @@ steps:
102
- label: ":racehorse: Benchmarks"
103
104
105
106
command: |
107
julia --project=perf -e '
108
using Pkg
0 commit comments