We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a4855 commit ee8b2f8Copy full SHA for ee8b2f8
.github/workflows/cpu_test.yml
@@ -57,6 +57,7 @@ jobs:
57
- name: Gather coverage data
58
uses: ./.github/actions/coverage
59
id: coverage
60
+ continue-on-error: true
61
- name: Send coverage data
62
uses: codecov/codecov-action@v3
63
if: steps.coverage.outputs.reports != ''
.github/workflows/rinside.yaml
@@ -47,6 +47,7 @@ jobs:
47
precision: ${{ matrix.precision }}
48
- name: Compile
49
uses: ./.github/actions/compile
50
+ continue-on-error: ${{ matrix.arch == 'hip' }}
51
with:
52
model: ${{ matrix.model }}
53
- if: matrix.test
0 commit comments