aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorMarvin Borner2020-07-18 16:51:55 +0200
committerMarvin Borner2020-07-18 16:51:55 +0200
commit34a3f2f132791ad33e6a6b59371bb6f029436ab4 (patch)
tree463bf8c68ce9b36085b1cd83179e367f09d645fb /run
parent47f66e980761ad1218f51c7f51e51dd550bf0b35 (diff)
Tests and abc fix using Lars' branch
Diffstat (limited to 'run')
-rwxr-xr-xrun3
1 files changed, 2 insertions, 1 deletions
diff --git a/run b/run
index 05f209d..7ba78f1 100755
--- a/run
+++ b/run
@@ -1,3 +1,4 @@
#!/usr/bin/env sh
-deno run -q --allow-net --allow-env --allow-read --unstable src/main.ts
+deno test test/ &&
+ deno run -q --allow-net --allow-env --allow-read --unstable src/main.ts