File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 99 test :
1010 name : ${{ matrix.package.repo }}
1111 runs-on : ${{ matrix.os }}
12+ env :
13+ GROUP : ${{ matrix.package.group }}
1214 strategy :
1315 fail-fast : false
1416 matrix :
1517 julia-version : [1]
1618 os : [ubuntu-latest]
1719 package :
18- - {user: SciML, repo: DelayDiffEq.jl}
19- - {user: SciML, repo: DiffEqBase.jl}
20- - {user: SciML, repo: DiffEqFlux.jl}
21- - {user: SciML, repo: OrdinaryDiffEq.jl}
22- - {user: SciML, repo: StochasticDiffEq.jl}
23- - {user: SciML, repo: Sundials.jl}
20+ - {user: SciML, repo: DelayDiffEq.jl, group: All }
21+ - {user: SciML, repo: DiffEqBase.jl, group: All }
22+ - {user: SciML, repo: DiffEqFlux.jl, group: All }
23+ - {user: SciML, repo: OrdinaryDiffEq.jl, group: All }
24+ - {user: SciML, repo: StochasticDiffEq.jl, group: All }
25+ - {user: SciML, repo: Sundials.jl, group: All }
2426
2527 steps :
2628 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments