diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9790c8d09..7c464804d 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