jorgebay commented on code in PR #465:
URL: 
https://github.com/apache/cassandra-nodejs-driver/pull/465#discussion_r3386264891


##########
.github/workflows/test.yml:
##########
@@ -46,6 +46,29 @@ jobs:
           node -e "require('./api-generation-test').generate()" > generated.ts
           npx tsc --noEmit
 
+  bun-unit-tests:
+    name: Unit tests on Bun
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v4
+      - uses: oven-sh/setup-bun@v2
+        with:
+          bun-version: latest
+      - run: bun install
+      - run: bunx mocha test/unit --recursive -R spec -t 5000
+
+  deno-unit-tests:
+    name: Unit tests on Deno
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v4
+      - uses: denoland/setup-deno@v2
+        with:
+          deno-version: latest

Review Comment:
   I agree that we can pin it later.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to