Skip to content

Commit ad35bdf

Browse files
committed
add deno in CI
1 parent 34fdeaa commit ad35bdf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v4
3434
- run: npm i
35-
- run: npm run test
35+
- run: npm run test:node
3636

3737
test-deno:
3838
runs-on: ubuntu-latest
@@ -41,7 +41,7 @@ jobs:
4141
- uses: denoland/setup-deno@v2
4242
with:
4343
deno-version: v2.x
44-
- run: deno test --allow-all
44+
- run: deno run test:node --allow-all
4545

4646
test-browsers:
4747
timeout-minutes: 60

0 commit comments

Comments
 (0)