Skip to content

Commit

Permalink
Remove ; julia_args=--threads=4 from CPU tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cncastillo committed Oct 29, 2024
1 parent 617cee6 commit bc63917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ steps:
julia -e 'println("--- :julia: Running tests")
using Pkg
Pkg.test("KomaMRICore"; julia_args=`--threads=4`)'
Pkg.test("KomaMRICore")'
agents:
arch: "aarch64"
queue: "juliaecosystem"
Expand Down

0 comments on commit bc63917

Please sign in to comment.