Skip to content

Commit eeb1c13

Browse files
committed
run tests only for deno 2
1 parent f2b217d commit eeb1c13

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
npm run test:integration:browser
9191
9292
- name: Run Deno tests
93+
if: ${{ matrix.deno == '2.x' }}
9394
run: |
9495
cd test/deno && npm test
9596

test/deno/.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
deno 1.46.3

0 commit comments

Comments
 (0)