Skip to content

Commit ee8b2f8

Browse files
committed
Making coverage gathering and rocm compilation of rinside, optional
1 parent 33a4855 commit ee8b2f8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cpu_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
- name: Gather coverage data
5858
uses: ./.github/actions/coverage
5959
id: coverage
60+
continue-on-error: true
6061
- name: Send coverage data
6162
uses: codecov/codecov-action@v3
6263
if: steps.coverage.outputs.reports != ''

.github/workflows/rinside.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
precision: ${{ matrix.precision }}
4848
- name: Compile
4949
uses: ./.github/actions/compile
50+
continue-on-error: ${{ matrix.arch == 'hip' }}
5051
with:
5152
model: ${{ matrix.model }}
5253
- if: matrix.test

0 commit comments

Comments
 (0)