Skip to content

Commit b366a6b

Browse files
fix downstream test path
1 parent bfad42f commit b366a6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ if !is_APPVEYOR && GROUP == "Downstream"
2323
Pkg.test("DiffEqFlux")
2424
end
2525

26-
if !is_APPVEYOR && GROUP == "Downstream"
26+
if !is_APPVEYOR && GROUP == "GPU"
2727
activate_downstream_env()
28-
@safetestset "DiffEqFlux GPU" begin include("gpu_neural_ode.jl") end
28+
@safetestset "DiffEqFlux GPU" begin include("downstream/gpu_neural_ode.jl") end
2929
end
3030
end

0 commit comments

Comments
 (0)