summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-19 04:47:40 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-19 04:47:40 -0400
commitaeb85efdad3dd705894386aa9aef5e22db1541b8 (patch)
tree140da83468e60a77ac62021e589768e7182de5d7 /Makefile
parent487bf4e1ace8b4dca426b207ac0e09b6e51a9673 (diff)
Remote module caching
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 89c32846e..bcdac39eb 100644
--- a/Makefile
+++ b/Makefile
@@ -49,5 +49,6 @@ fmt: node_modules
test: deno
node test.js
+ go test
.PHONY: test lint clean distclean