We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e03d73 commit 190f176Copy full SHA for 190f176
.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
43
- run: yarn install
44
- run: yarn build:deno
45
- run: deno --version
46
- - run: deno test ./deno/_tests
+ # - run: deno test ./deno/_tests
47
working-directory: ./deno/lib
48
- run: deno run ./index.ts
49
0 commit comments