Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Oct 4, 2024
1 parent ea77b9d commit d170479
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
julia -e 'println("+++ :julia: Running tests")
using Pkg
Pkg.test("Chmy"; test_args=["--backend=CUDA"], coverage=true)'
Pkg.test("Chmy"; test_args=["--backends=CUDA"], coverage=true)'
agents:
queue: "juliagpu"
cuda: "*"
Expand Down Expand Up @@ -46,7 +46,7 @@ steps:
julia -e 'println("+++ :julia: Running tests")
using Pkg
Pkg.test("Chmy"; test_args=["--backend=AMDGPU"], coverage=true)'
Pkg.test("Chmy"; test_args=["--backends=AMDGPU"], coverage=true)'
agents:
queue: "juliagpu"
rocm: "*"
Expand Down Expand Up @@ -76,7 +76,7 @@ steps:
julia -e 'println("+++ :julia: Running tests")
using Pkg
Pkg.test("Chmy"; test_args=["--backend=Metal"], coverage=false)'
Pkg.test("Chmy"; test_args=["--backends=Metal"], coverage=false)'
agents:
queue: "juliaecosystem"
os: "macos"
Expand Down

0 comments on commit d170479

Please sign in to comment.