aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun1
1 files changed, 1 insertions, 0 deletions
diff --git a/run b/run
index 6480f46..1d18892 100755
--- a/run
+++ b/run
@@ -4,6 +4,7 @@ ARGS=(--allow-net --allow-env --allow-read --unstable)
if grep -q "DEBUG=1" .env; then
deno test "${ARGS[@]}" test/ &&
+ echo "Tests succeeded!" &&
deno run "${ARGS[@]}" src/main.ts
else
deno run "${ARGS[@]}" src/main.ts