Skip to content

Commit

Permalink
ci: run tests with DENO_FUTURE=1 (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
uki00a authored Feb 23, 2024
1 parent 9254500 commit 3a79f8f
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 @@ -13,7 +13,7 @@
"exclude": ["benchmark/", "tmp/", "vendor/"]
},
"tasks": {
"test": "deno test --allow-net --allow-read=tests --allow-write=tests/tmp --allow-run=redis-server,redis-cli --coverage=coverage --trace-ops",
"test": "DENO_FUTURE=1 deno test --allow-net --allow-read=tests --allow-write=tests/tmp --allow-run=redis-server,redis-cli --coverage=coverage --trace-ops",
"test:doc": "deno test --doc --no-run --import-map=import_map.test.json",
"coverage": "deno coverage ./coverage --lcov --output=coverage/lcov.info",
"make_mod": "deno run --allow-read --allow-write --allow-run --check tools/make_mod.ts",
Expand Down

0 comments on commit 3a79f8f

Please sign in to comment.