We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1bdff commit 598a88eCopy full SHA for 598a88e
test/runtests.jl
@@ -1,12 +1,4 @@
1
-using GPUArrays, Test
2
-using GPUArrays.TestSuite
3
-
4
-using Pkg
5
6
-@testset "JLArray" begin
7
- GPUArrays.test(JLArray)
8
-end
9
+# GPUArrays development often happens in lockstep with other packages, so try to match branches
10
if haskey(ENV, "GITLAB_CI")
11
using Pkg
12
@@ -25,7 +17,15 @@ if haskey(ENV, "GITLAB_CI")
25
17
for package in ("Adapt", "CuArrays")
26
18
match_package(package, branch)
27
19
end
20
+end
28
21
22
+using GPUArrays, Test
23
+
24
+@testset "JLArray" begin
+ GPUArrays.test(JLArray)
+if haskey(ENV, "GITLAB_CI")
29
@testset "CuArray" begin
30
Pkg.test("CuArrays")
31
0 commit comments