Skip to content

Commit 9bea35a

Browse files
authored
Merge branch 'andreasnoack-patch-1' into an/triangular
2 parents ed525b0 + 9f41eda commit 9bea35a

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 --project=.ci -e 'using Pkg; Pkg.instantiate()'
19-
julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
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
2020
agents:
2121
queue: "julia"
2222
os: "linux"

0 commit comments

Comments
 (0)