Skip to content

Commit

Permalink
chore: disable parallel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lino-levan committed Jan 19, 2024
1 parent bfa5d7e commit a4089e1
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
Expand Up @@ -2,7 +2,7 @@
"tasks": {
// The task to automatically generate `./src/celestial.ts`
"bind": "deno run -A ./bindings/_tools/generate/mod.ts && deno fmt",
"test": "deno test -A --trace-ops --parallel",
"test": "deno test -A --trace-ops",
"bench": "deno bench -A",
"www": "cd docs && pyro dev"
},
Expand Down

0 comments on commit a4089e1

Please sign in to comment.