chore: don't fail fast on GitHub actions matrix (#226)
This commit is contained in:
parent
cbec12b286
commit
af057bd509
|
@ -17,6 +17,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
config:
|
||||
- "local"
|
||||
|
|
Loading…
Reference in New Issue