Skip to content

Commit

Permalink
test: check kerberos is importable after building
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Aug 9, 2024
1 parent ae5c6b0 commit 90e71c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ async function buildBindings(args, pkg) {
const x64Tar = `kerberos-v${pkg.version}-napi-v4-darwin-x64.tar.gz`;
await fs.copyFile(resolveRoot('prebuilds', armTar), resolveRoot('prebuilds', x64Tar));
}

await run('node', ['--print', `require('.')`], { cwd: resolveRoot() })
}

async function main() {
Expand Down

0 comments on commit 90e71c2

Please sign in to comment.