Skip to content

Commit 5a3ea38

Browse files
authored
test: activate Enzyme tests on Julia 1.12 (#966)
* test: activate Enzyme tests on Julia 1.12 * Increase test duration
1 parent ee29327 commit 5a3ea38

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/Test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: ${{ matrix.version }} - DI Core (${{ matrix.group }})
2121
runs-on: ubuntu-latest
2222
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skipci') }}
23-
timeout-minutes: 120
23+
timeout-minutes: 180
2424
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created
2525
actions: write
2626
contents: read
@@ -125,10 +125,6 @@ jobs:
125125
version: '1.12'
126126
- version: '1.11'
127127
group: ChainRules
128-
- version: '1.12'
129-
group: Enzyme
130-
- version: '1.12'
131-
group: DifferentiateWith
132128
env:
133129
JULIA_DI_TEST_TYPE: 'Back'
134130
JULIA_DI_TEST_GROUP: ${{ matrix.group }}

0 commit comments

Comments
 (0)