Skip to content

Commit d7d5fd5

Browse files
committed
test: skip Enzyme test completely
1 parent a846097 commit d7d5fd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
- uses: julia-actions/cache@v1
8484
- uses: julia-actions/julia-buildpkg@v1
8585
- name: Run tests
86+
continue-on-error: ${{ matrix.test_name == 'enzyme' }}
8687
run: |
8788
julia --color=yes -e 'import Pkg; Pkg.add("Coverage")'
8889
SR_TEST=${{ matrix.test_name }} julia --color=yes --threads=auto --check-bounds=yes --depwarn=yes --code-coverage=user -e 'import Coverage; import Pkg; Pkg.activate("."); Pkg.test(coverage=true)'

0 commit comments

Comments
 (0)