Skip to content

Commit fc6a27c

Browse files
RomeoVChrisRackauckas
authored andcommitted
Add "trim" group to CI
1 parent 881f058 commit fc6a27c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/CI_NonlinearSolve.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- wrappers
3737
- misc
3838
- nopre
39+
- trim
3940
version:
4041
- "1"
4142
- "1.11"
@@ -48,6 +49,11 @@ jobs:
4849
# Don't run nopre tests on prerelease Julia
4950
- group: nopre
5051
version: "pre"
52+
# Don't run trim tests on Julia versions below 1.12
53+
- group: trim
54+
version: "1.11"
55+
- group: trim
56+
version: "lts"
5157
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
5258
with:
5359
julia_version: ${{ matrix.version }}

0 commit comments

Comments
 (0)