Skip to content

Commit 8f2b02d

Browse files
misc fixes
1 parent 0936bf0 commit 8f2b02d

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/docker/Dockerfile.glibc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get -qq update && apt-get -qq install -y python3 build-essential && ldd
1616
RUN npm run install:libmongocrypt
1717

1818
ARG RUN_TEST
19-
RUN [ -n "$RUN_TEST" ] && npm run test || echo 'skipping testing!'
19+
RUN [ -n "$RUN_TEST" ] && npm run test
2020

2121
FROM scratch
2222

.mocharc.json

Lines changed: 2 additions & 1 deletion
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
14+
"color": true,
15+
"timeout": 0
1516
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"eslint-config-prettier": "^9.1.0",
5959
"eslint-plugin-prettier": "^5.2.1",
6060
"mocha": "^10.8.2",
61-
"node-gyp": "^10.1.0",
61+
"node-gyp": "10.1.0",
6262
"prebuild": "^13.0.0",
6363
"prettier": "^3.2.5",
6464
"semver": "^7.6.2",

0 commit comments

Comments
 (0)