Skip to content

Commit

Permalink
remove -g2
Browse files Browse the repository at this point in the history
  • Loading branch information
rkierulf committed Jan 27, 2025
1 parent 69a3d71 commit 622910e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ steps:
using Pkg
Pkg.add("AMDGPU")'
julia -g2 -e 'println("--- :julia: Running tests")
julia -e 'println("--- :julia: Running tests")
using Pkg
Pkg.test("KomaMRICore"; coverage=true, test_args=["AMDGPU"])'
agents:
Expand Down Expand Up @@ -94,7 +94,7 @@ steps:
using Pkg
Pkg.add("CUDA")'
julia -g2 -e 'println("--- :julia: Running tests")
julia -e 'println("--- :julia: Running tests")
using Pkg
Pkg.test("KomaMRICore"; coverage=true, test_args=["CUDA"])'
agents:
Expand Down

0 comments on commit 622910e

Please sign in to comment.