Skip to content

Commit 8235d2f

Browse files
committed
fix(ci): add fail-fast: false to prevent pg-proto-parser failure from cancelling other jobs
1 parent 4f56a23 commit 8235d2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
parser-tests:
1414
runs-on: ubuntu-latest
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
package:
1819
- pgsql-deparser

0 commit comments

Comments
 (0)