Skip to content

Commit e9ace10

Browse files
other misc changtes
1 parent ff85850 commit e9ace10

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ jobs:
1313
matrix:
1414
os: [macos-latest, windows-2019]
1515
node: [16.x, 18.x, 20.x, 22.x]
16+
fail-fast: false
1617
runs-on: ${{ matrix.os }}
1718
steps:
1819
- uses: actions/checkout@v4
1920

2021
- uses: actions/setup-node@v4
2122
with:
2223
node-version: ${{ matrix.node }}
23-
cache: 'npm'
24-
registry-url: 'https://registry.npmjs.org'
24+
cache: "npm"
25+
registry-url: "https://registry.npmjs.org"
2526

2627
- name: Build with Node.js ${{ matrix.node }} on ${{ matrix.os }}
2728
run: node .github/scripts/libmongocrypt.mjs ${{ runner.os == 'Windows' && '--build' || '' }}
@@ -37,6 +38,7 @@ jobs:
3738
matrix:
3839
linux_arch: [s390x, arm64, amd64]
3940
node: [16.x, 18.x, 20.x, 22.x]
41+
fail-fast: false
4042
steps:
4143
- uses: actions/checkout@v4
4244

.mocharc.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"recursive": true,
1212
"failZero": true,
1313
"reporter": "test/tools/mongodb_reporter.js",
14-
"color": true
15-
}
14+
"color": true,
15+
"timeout": 0
16+
}

0 commit comments

Comments
 (0)