Skip to content

Commit

Permalink
chore: add parallel flag to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Mar 5, 2024
1 parent 14b51d5 commit 1011b87
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 @@
"tasks": {
"bench": "deno bench",
"example": "deno run --allow-net --allow-hrtime _examples/server.ts",
"test": "deno test --allow-net"
"test": "deno test --allow-net --parallel"
},
"lock": false
}

0 comments on commit 1011b87

Please sign in to comment.