Skip to content

Commit b09d406

Browse files
ViralBShahKristofferC
authored andcommitted
Update runtests.yml
1 parent 40f90b0 commit b09d406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/runtests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ steps:
1515
- JuliaCI/julia#v1:
1616
version: "nightly"
1717
command: |
18-
julia --color=yes --optimize=0 --project=.ci -e 'using Pkg; Pkg.instantiate()'
19-
julia --color=yes --optimize=0 --project=.ci .ci/create_sysimage_and_run_tests.jl
18+
julia --color=yes --optimize=1 --project=.ci -e 'using Pkg; Pkg.instantiate()'
19+
julia --color=yes --optimize=1 --project=.ci .ci/create_sysimage_and_run_tests.jl
2020
agents:
2121
queue: "julia"
2222
os: "linux"

0 commit comments

Comments
 (0)