diff options
Diffstat (limited to 'run')
-rwxr-xr-x | run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ && |