We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--shuffle
1 parent 846d7f9 commit eff85f3Copy full SHA for eff85f3
Makefile
@@ -24,7 +24,7 @@ type-check: FORCE ## Type check
24
@deno test --unstable --no-run $$(find . -name '*.ts' -not -name '.deno')
25
26
test: FORCE ## Test
27
- @deno test --unstable -A --jobs --shuffle
+ @deno test --unstable -A --jobs
28
29
gen: FORCE ## Generate codes
30
@deno run --unstable -A ./scripts/gen-function/gen-function.ts
0 commit comments