aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index 2c888ef..bfe033a 100755
--- a/run
+++ b/run
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-ARGS=(--allow-net --allow-env --allow-read --unstable)
+ARGS=(--allow-net --allow-env --allow-read --allow-write --unstable)
if grep -q "DEBUG=1" .env; then
deno test "${ARGS[@]}" test/ &&