Skip to content

Commit a2071ae

Browse files
committed
Allow multiple jobs for debug run.
1 parent d1a235b commit a2071ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ steps:
2828
version: 1.6
2929
- JuliaCI/julia-test#v1:
3030
julia_args: "-g2"
31-
test_args: "--sanitize --quickfail --jobs=1"
31+
test_args: "--sanitize --quickfail"
3232
- JuliaCI/julia-coverage#v1:
3333
codecov: true
3434
dirs:

0 commit comments

Comments
 (0)