Skip to content

Commit 736fbbf

Browse files
committed
ci: set fail fast to false
1 parent f4297a2 commit 736fbbf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
jobs:
1313
test:
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
os:
1718
- ubuntu-latest
@@ -26,7 +27,7 @@ jobs:
2627

2728
name: "${{ matrix.os }} - ${{ matrix.version }}"
2829
runs-on: ${{ matrix.os }}
29-
timeout-minutes: 30
30+
timeout-minutes: 15
3031
env:
3132
VERBOSE: 1
3233
TUNNEL_TOKEN: ${{ secrets.TUNNEL_TOKEN }}

0 commit comments

Comments
 (0)