summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-04-08 17:09:36 +0300
committerValery Piashchynski <[email protected]>2020-04-08 17:09:36 +0300
commitf24a11df068426628eaa885bc24f0abac1e5caf1 (patch)
treec6dcc94422bfd288c33af416ac92f475b915e10f /Makefile
parentf2d4a57c7be5716fc6fd341ff978c90820ce0870 (diff)
Vendor directory fix (php vs golang)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f1a0fa55..d7e85f90 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,6 @@ install: all
uninstall:
rm -f /usr/local/bin/rr
test:
- go mod vendor
composer update
go test -v -race -cover
go test -v -race -cover ./util