From 9854213d10dadfc9f9aa194733139a0ddf4c8707 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Wed, 4 Sep 2024 09:50:14 -0600 Subject: [PATCH] ci(NODE-6359): actually run tests in CI (#202) --- .evergreen/install-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.evergreen/install-dependencies.sh b/.evergreen/install-dependencies.sh index ffe8437f..ac6673ec 100644 --- a/.evergreen/install-dependencies.sh +++ b/.evergreen/install-dependencies.sh @@ -104,5 +104,5 @@ fi echo "npm location: $(which npm)" echo "npm version: $(npm -v)" -npm install "${NPM_OPTIONS}" +npm install "${NPM_OPTIONS}" --build-from-source ldd build/*/kerberos.node || true