File tree Expand file tree Collapse file tree 2 files changed +27
-27
lines changed
Expand file tree Collapse file tree 2 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,16 @@ jobs:
3434 - macos-latest
3535 - windows-latest
3636 test_group :
37- # - "core_layers"
38- # - "contrib"
39- # - "helpers"
40- # - "distributed"
41- # - "normalize_layers"
42- # - "others"
43- # - "autodiff"
37+ - " core_layers"
38+ - " contrib"
39+ - " helpers"
40+ - " distributed"
41+ - " normalize_layers"
42+ - " others"
43+ - " autodiff"
4444 - " recurrent_layers"
45- # - "eltype_match"
46- # - "fluxcompat"
45+ - " eltype_match"
46+ - " fluxcompat"
4747 steps :
4848 - uses : actions/checkout@v4
4949 - uses : julia-actions/setup-julia@v2
@@ -138,16 +138,16 @@ jobs:
138138 matrix :
139139 version : ["1"]
140140 test_group :
141- # - "core_layers"
142- # - "contrib"
143- # - "helpers"
144- # - "distributed"
145- # - "normalize_layers"
146- # - "others"
147- # - "autodiff"
141+ - " core_layers"
142+ - " contrib"
143+ - " helpers"
144+ - " distributed"
145+ - " normalize_layers"
146+ - " others"
147+ - " autodiff"
148148 - " recurrent_layers"
149- # - "eltype_match"
150- # - "fluxcompat"
149+ - " eltype_match"
150+ - " fluxcompat"
151151 steps :
152152 - uses : actions/checkout@v4
153153 - uses : julia-actions/setup-julia@v2
Original file line number Diff line number Diff line change @@ -32,16 +32,16 @@ jobs:
3232 os :
3333 - ubuntu-latest
3434 test_group :
35- # - "core_layers"
36- # - "contrib"
37- # - "helpers"
38- # - "distributed"
39- # - "normalize_layers"
40- # - "others"
41- # - "autodiff"
35+ - " core_layers"
36+ - " contrib"
37+ - " helpers"
38+ - " distributed"
39+ - " normalize_layers"
40+ - " others"
41+ - " autodiff"
4242 - " recurrent_layers"
43- # - "eltype_match"
44- # - "fluxcompat"
43+ - " eltype_match"
44+ - " fluxcompat"
4545 steps :
4646 - uses : actions/checkout@v4
4747 - uses : julia-actions/setup-julia@v2
You can’t perform that action at this time.
0 commit comments