Skip to content

Commit c845c87

Browse files
committed
add timeout and fail-fast to CI
1 parent dcb193f commit c845c87

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ jobs:
1515
test:
1616
name: Tests
1717
runs-on: ${{ matrix.os }}
18+
timeout-minutes: 5
1819

1920
strategy:
21+
fail-fast: false
2022
matrix:
2123
node:
2224
- 22

0 commit comments

Comments
 (0)