We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59aefd0 commit ab4d4b1Copy full SHA for ab4d4b1
.buildkite/pipeline.yml
@@ -108,10 +108,10 @@ steps:
108
- JuliaCI/julia#v1:
109
version: "1.8"
110
env:
111
- JULIA_NUM_THREADS: "1"
+ JULIA_NUM_THREADS: "2"
112
agents:
113
queue: "juliaecosystem"
114
sandbox_capable: "true"
115
os: linux
116
arch: x86_64
117
- command: "git clone https://github.com/JuliaParallel/DTables.jl.git ; julia -t1 -e 'using Pkg; Pkg.activate(\"DTables.jl\"); Pkg.develop(;path=\".\"); Pkg.instantiate(); Pkg.test()'"
+ command: "git clone https://github.com/JuliaParallel/DTables.jl.git ; julia -t2 -e 'using Pkg; Pkg.activate(\"DTables.jl\"); Pkg.develop(;path=\".\"); Pkg.instantiate(); Pkg.test()'"
0 commit comments