File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 - uses : oven-sh/setup-bun@v2
5555 with :
5656 bun-version : latest
57- # Installs dependencies (incl. the optional kerberos native addon) using Bun.
5857 - run : bun install
59- # Bun has full CommonJS support, so mocha runs unchanged.
6058 - run : bunx mocha test/unit --recursive -R spec -t 5000
6159
6260 deno-unit-tests :
6664 - uses : actions/checkout@v4
6765 - uses : denoland/setup-deno@v2
6866 with :
69- deno-version : v2.x
67+ deno-version : latest
7068 # --allow-scripts runs lifecycle scripts so the kerberos prebuild is fetched.
7169 - run : deno install --allow-scripts
72- # The driver and its tests are CommonJS; Deno defaults .js to ESM, so
73- # --unstable-detect-cjs is required to load them as CommonJS modules.
7470 - run : deno run -A --unstable-detect-cjs npm:mocha test/unit --recursive -R spec -t 5000
7571
7672 unit-integration-tests :
You can’t perform that action at this time.
0 commit comments