Skip to content

Commit

Permalink
Buildkite: Fixed multi-threaded CPU backend
Browse files Browse the repository at this point in the history
  • Loading branch information
cncastillo authored Jun 20, 2024
1 parent a97fa1e commit 0392a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ steps:
julia -e 'println("--- :julia: Running tests")
using Pkg
Pkg.test("KomaMRICore"; coverage=true, julia_args=[`--threads=auto`])'
Pkg.test("KomaMRICore"; coverage=true, julia_args=`--threads=auto`)'
agents:
queue: "juliagpu"
timeout_in_minutes: 120
Expand Down

0 comments on commit 0392a9f

Please sign in to comment.