Skip to content

Commit cf87202

Browse files
fix subpkg path
1 parent 68ed409 commit cf87202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ elseif GROUP == "GPU"
2929
else
3030
subpkg_path = joinpath(dirname(@__DIR__), "lib", GROUP)
3131
Pkg.develop(PackageSpec(path=subpkg_path))
32-
include(joinpath(GROUP,"test","runtests.jl"))
32+
include(joinpath(subpkg_path,"test","runtests.jl"))
3333
end
3434
end

0 commit comments

Comments
 (0)