Skip to content

Commit

Permalink
chore: use --trace-leaks in test task
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Apr 13, 2024
1 parent 2dee1d4 commit 4ff0fba
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
@@ -12,7 +12,7 @@
},
"tasks": {
"redis:start": "redis-server --save \"\" --appendonly no --daemonize yes",
"test": "deno test --allow-net --trace-ops --coverage=cov --doc --parallel",
"test": "deno test --allow-net --trace-leaks --coverage=cov --doc --parallel",
"test:dev": "deno task redis:start && deno task test || redis-cli SHUTDOWN",
"bench": "deno bench --allow-net --allow-env",
"bench:dev": "deno task redis:start && deno task bench",

0 comments on commit 4ff0fba

Please sign in to comment.