Skip to content

Commit eff85f3

Browse files
committed
☕ Remove --shuffle which is not supported on Deno v1.11.0
1 parent 846d7f9 commit eff85f3

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 --shuffle
27+
@deno test --unstable -A --jobs
2828

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

0 commit comments

Comments
 (0)