From 10f727255e7ca5e31e3dd6084e7373318cd729bc Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Sun, 22 Sep 2024 21:50:33 -0400 Subject: [PATCH] test: reactivate all tests --- .github/workflows/CI.yml | 36 +++++++++++++++--------------- .github/workflows/CIPreRelease.yml | 18 +++++++-------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7c464804d..9790c8d09 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -34,16 +34,16 @@ jobs: - macos-latest - windows-latest test_group: - # - "core_layers" - # - "contrib" - # - "helpers" - # - "distributed" - # - "normalize_layers" - # - "others" - # - "autodiff" + - "core_layers" + - "contrib" + - "helpers" + - "distributed" + - "normalize_layers" + - "others" + - "autodiff" - "recurrent_layers" - # - "eltype_match" - # - "fluxcompat" + - "eltype_match" + - "fluxcompat" steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2 @@ -138,16 +138,16 @@ jobs: matrix: version: ["1"] test_group: - # - "core_layers" - # - "contrib" - # - "helpers" - # - "distributed" - # - "normalize_layers" - # - "others" - # - "autodiff" + - "core_layers" + - "contrib" + - "helpers" + - "distributed" + - "normalize_layers" + - "others" + - "autodiff" - "recurrent_layers" - # - "eltype_match" - # - "fluxcompat" + - "eltype_match" + - "fluxcompat" steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2 diff --git a/.github/workflows/CIPreRelease.yml b/.github/workflows/CIPreRelease.yml index 3d40ff362..6b378dc39 100644 --- a/.github/workflows/CIPreRelease.yml +++ b/.github/workflows/CIPreRelease.yml @@ -32,16 +32,16 @@ jobs: os: - ubuntu-latest test_group: - # - "core_layers" - # - "contrib" - # - "helpers" - # - "distributed" - # - "normalize_layers" - # - "others" - # - "autodiff" + - "core_layers" + - "contrib" + - "helpers" + - "distributed" + - "normalize_layers" + - "others" + - "autodiff" - "recurrent_layers" - # - "eltype_match" - # - "fluxcompat" + - "eltype_match" + - "fluxcompat" steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2