File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 35
35
36
36
if GROUP == " Downstream"
37
37
activate_downstream_env ()
38
- @time @safetestset " DiffEqArray Indexing Tests" include (" downstream/symbol_indexing.jl" )
39
38
@time @safetestset " ODE Solve Tests" include (" downstream/odesolve.jl" )
40
39
@time @safetestset " Event Tests with ArrayPartition" include (" downstream/downstream_events.jl" )
41
40
@time @safetestset " Measurements and Units" include (" downstream/measurements_and_units.jl" )
42
41
@time @safetestset " TrackerExt" include (" downstream/TrackerExt.jl" )
43
42
end
44
43
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
+
45
51
if GROUP == " GPU"
46
52
activate_gpu_env ()
47
53
@time @safetestset " VectorOfArray GPU" include (" gpu/vectorofarray_gpu.jl" )
You can’t perform that action at this time.
0 commit comments