Skip to content

Commit 482957f

Browse files
test: separate out DiffEqIndexing into SII testset
1 parent 86e6228 commit 482957f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/runtests.jl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,19 @@ end
3535

3636
if GROUP == "Downstream"
3737
activate_downstream_env()
38-
@time @safetestset "DiffEqArray Indexing Tests" include("downstream/symbol_indexing.jl")
3938
@time @safetestset "ODE Solve Tests" include("downstream/odesolve.jl")
4039
@time @safetestset "Event Tests with ArrayPartition" include("downstream/downstream_events.jl")
4140
@time @safetestset "Measurements and Units" include("downstream/measurements_and_units.jl")
4241
@time @safetestset "TrackerExt" include("downstream/TrackerExt.jl")
4342
end
4443

44+
if GROUP == "SymbolicIndexingInterface" || GROUP == "Downstream"
45+
if GROUP == "SymbolicIndexingInterface"
46+
activate_downstream_env()
47+
@time @safetestset "DiffEqArray Indexing Tests" include("downstream/symbol_indexing.jl")
48+
end
49+
end
50+
4551
if GROUP == "GPU"
4652
activate_gpu_env()
4753
@time @safetestset "VectorOfArray GPU" include("gpu/vectorofarray_gpu.jl")

0 commit comments

Comments
 (0)