summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChris Hills <[email protected]>2019-02-02 18:27:01 +0000
committerGitHub <[email protected]>2019-02-02 18:27:01 +0000
commit65c7aaca4e2af1263bfd9ffe6706452347913f28 (patch)
tree5425b08df3095f78d392e8381256553ffe4f0ca0 /Makefile
parent0c2ddc088b81e18d147eafae9adf816aa9c798a6 (diff)
Update Makefile
Run composer to fetch required test dependencies.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 345fd4b7..b1a78e02 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ install: all
uninstall:
rm -f /usr/local/bin/rr
test:
+ composer update
go test -v -race -cover
go test -v -race -cover ./util
go test -v -race -cover ./service