Skip to content

Commit 9cd9daa

Browse files
luraesskshyatt
authored andcommitted
Try to only test gpuarrays from AMDGPU test suite
1 parent c04faed commit 9cd9daa

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
@@ -82,7 +82,7 @@ steps:
8282
end
8383
8484
println("+++ :julia: Running tests")
85-
Pkg.test(; coverage=true)'
85+
Pkg.test(; test_args=["gpuarrays"], coverage=true)
8686
agents:
8787
queue: "juliagpu"
8888
rocm: "*"

0 commit comments

Comments
 (0)