Skip to content

Commit f885cd7

Browse files
committed
test: skip Enzyme test completely
1 parent f8daedf commit f885cd7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 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+
id: run-tests
8687
continue-on-error: ${{ matrix.test_name == 'enzyme' }}
8788
run: |
8889
julia --color=yes -e 'import Pkg; Pkg.add("Coverage")'
@@ -91,6 +92,7 @@ jobs:
9192
shell: bash
9293
- name: Coveralls
9394
uses: coverallsapp/github-action@v2
95+
if: steps.run-tests.outcome == 'success'
9496
with:
9597
parallel: true
9698
path-to-lcov: lcov.info

test/test_enzyme.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# TODO: This test is broken again due to segfault
12
using Test
23
using Enzyme
34
using DynamicExpressions

0 commit comments

Comments
 (0)