Skip to content

Commit f817b52

Browse files
Update CI.yml
1 parent d061ce4 commit f817b52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
test:
1515
runs-on: ubuntu-latest
1616
strategy:
17+
fail-fast: false
1718
matrix:
1819
group:
1920
- Core
@@ -47,4 +48,4 @@ jobs:
4748
with:
4849
file: lcov.info
4950
token: ${{ secrets.CODECOV_TOKEN }}
50-
fail_ci_if_error: true
51+
fail_ci_if_error: false

0 commit comments

Comments
 (0)