1 parent 34fdeaa commit ad35bdfCopy full SHA for ad35bdf
1 file changed
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
steps:
33
- uses: actions/checkout@v4
34
- run: npm i
35
- - run: npm run test
+ - run: npm run test:node
36
37
test-deno:
38
runs-on: ubuntu-latest
@@ -41,7 +41,7 @@ jobs:
41
- uses: denoland/setup-deno@v2
42
with:
43
deno-version: v2.x
44
- - run: deno test --allow-all
+ - run: deno run test:node --allow-all
45
46
test-browsers:
47
timeout-minutes: 60
0 commit comments