Skip to content

Commit

Permalink
☕ Remove --parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed May 14, 2023
1 parent d30e65e commit 3148213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lock": false,
"tasks": {
"test": "deno test --unstable -A --doc --parallel --shuffle --coverage=.coverage",
"test": "deno test --unstable -A --doc --shuffle --coverage=.coverage",
"check": "deno check --unstable $(find . -name '*.ts')",
"coverage": "deno coverage --unstable .coverage",
"upgrade": "deno run -A https://deno.land/x/udd/main.ts $(find . -name '*.ts')"
Expand Down

0 comments on commit 3148213

Please sign in to comment.