mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
chore: remove RUST_BACKTRACE=1
from test
task (#4905)
This commit is contained in:
parent
9e3c1a2c69
commit
c82e4e854f
@ -53,7 +53,7 @@
|
||||
"@std/yaml": "jsr:@std/yaml@^0.224.1"
|
||||
},
|
||||
"tasks": {
|
||||
"test": "RUST_BACKTRACE=1 deno test --unstable-http --unstable-webgpu --doc --allow-all --parallel --coverage --trace-leaks",
|
||||
"test": "deno test --unstable-http --unstable-webgpu --doc --allow-all --parallel --coverage --trace-leaks",
|
||||
"test:browser": "git grep --name-only \"This module is browser compatible.\" | grep -v deno.json | grep -v .github/workflows | grep -v _tools | grep -v encoding/README.md | xargs deno check --config browser-compat.tsconfig.json",
|
||||
"fmt:licence-headers": "deno run --allow-read --allow-write ./_tools/check_licence.ts",
|
||||
"lint:deprecations": "deno run --allow-read --allow-net --allow-env ./_tools/check_deprecation.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user