Skip to content

Commit

Permalink
ci(NODE-6359): actually run tests in CI (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson authored Sep 4, 2024
1 parent 28eada5 commit 9854213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9854213

Please sign in to comment.