We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccdf44 commit 4f63503Copy full SHA for 4f63503
.github/workflows/test.yml
@@ -12,6 +12,7 @@ jobs:
12
test:
13
name: Unit and Integration
14
strategy:
15
+ fail-fast: false # Do not stop other jobs if one fails
16
matrix:
17
version: [20, 22, 23]
18
os: [ubuntu-24.04, windows-2025, macos-15]
ava.config.js
@@ -18,4 +18,5 @@ export default {
},
19
nodeArguments,
20
workerThreads: false,
21
+ timeout: "20s", // Increased timeout for slower CI environments
22
};
0 commit comments