Skip to content

Commit 190ab1d

Browse files
committed
run test codes in parallel
1 parent cb6ff3e commit 190ab1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deno.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: Lint
2222
run: deno lint
2323
- name: Test
24-
run: deno test
24+
run: deno test --parallel

0 commit comments

Comments
 (0)