Skip to content

Commit

Permalink
--parallel
Browse files Browse the repository at this point in the history
Refs #43
  • Loading branch information
mxcl committed Oct 16, 2023
1 parent f0a9a9d commit 3cb71a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"pkgx": "deno^1.33.3 npm",
"tasks": {
"test": "deno test --unstable -A",
"test": "deno test --parallel --unstable -A",
"typecheck": "deno check --unstable ./mod.ts",
"dnt": ".github/deno-to-node.ts"
},
Expand Down

0 comments on commit 3cb71a7

Please sign in to comment.