Skip to content

Commit 10f7272

Browse files
author
Avik Pal
committed
test: reactivate all tests
1 parent 131c5b2 commit 10f7272

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

.github/workflows/CI.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/CIPreRelease.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)