chore: no fail-fast for CI builds
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
b616c0b741
commit
194ee8263d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -14,6 +14,7 @@ jobs:
|
|||
test:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- 'ubuntu-22.04'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue