Skip to content

Commit

Permalink
test: remove parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
vanppo committed Jan 9, 2025
1 parent 6a84460 commit 6d52ca4
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 @@ -22,7 +22,7 @@
"tasks": {
"dev": "deno run --watch main.ts",
"check:types": "deno check **/*.ts",
"test": "deno test -A --parallel",
"test": "deno test -A",
"lockfile:update": "deno cache --reload --lock=deno.lock --lock-write main.ts && deno task check:types && deno task test"
}
}

0 comments on commit 6d52ca4

Please sign in to comment.