Skip to content

Commit 1848684

Browse files
committed
refactor: move deno tests into normal test file
1 parent 7201a27 commit 1848684

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

.github/workflows/test-deno.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
run: npm run format:ci
4141
- name: Run tests against next@latest
4242
run: npm test
43+
- name: Run Deno tests
44+
run: npm run test:deno
4345
canary:
4446
name: Unit tests (Canary)
4547
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)