Skip to content

Commit 3619d03

Browse files
authored
Merge pull request #88 from vim-denops/fix-ci
☕ Do NOT use `--jobs` that breaks tests on Windows
2 parents db46494 + ff01d0a commit 3619d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type-check: FORCE ## Type check
2424
@deno test --unstable --no-run $$(find . -name '*.ts' -not -name '.deno')
2525

2626
test: FORCE ## Test
27-
@deno test --unstable -A --jobs
27+
@deno test --unstable -A
2828

2929
gen: FORCE ## Generate codes
3030
@deno run --unstable -A ./scripts/gen-function/gen-function.ts

0 commit comments

Comments
 (0)