Skip to content

Commit 083e6be

Browse files
committed
☕ Allow extra options to make test
1 parent d68af39 commit 083e6be

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
@@ -20,7 +20,7 @@ type-check: FORCE ## Type check
2020
@deno test --unstable --no-run ${TARGETS}
2121

2222
test: FORCE ## Test
23-
@deno test --unstable -A --no-check --jobs
23+
@deno test --unstable -A --no-check --jobs ${ARGS}
2424

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

0 commit comments

Comments
 (0)