Skip to content

Commit c987315

Browse files
authored
Enable multithreaded Julia on large tests
We need to explicitly tell Julia (when running the tests) to run with as many threads as the machine provides.
1 parent 65fbc4e commit c987315

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ steps:
55
version: "1"
66
- JuliaCI/julia-test#v1:
77
coverage: false
8+
julia_args: "--threads=auto"
89
agents:
910
queue: "juliaecosystem"
1011
exclusive: true
@@ -20,6 +21,7 @@ steps:
2021
version: "1"
2122
- JuliaCI/julia-test#v1:
2223
coverage: false
24+
julia_args: "--threads=auto"
2325
agents:
2426
queue: "juliaecosystem"
2527
exclusive: true

0 commit comments

Comments
 (0)