Skip to content

Commit 105b82b

Browse files
committed
Temporarily disable doc tests
1 parent a5f5ea9 commit 105b82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: deno lint
2222

2323
- name: test
24-
run: deno test --allow-none --doc
24+
run: deno test
2525

2626
- name: dnt
2727
run: deno run -A ./build_npm.ts

0 commit comments

Comments
 (0)