remove verbose test logs

This commit is contained in:
Alexander Zobnin
2020-06-04 13:14:54 +03:00
parent 9ca17dc033
commit a416bcfc4f

View File

@@ -46,7 +46,7 @@ test: test-frontend test-backend
test-frontend:
yarn test
test-backend:
go test -v -mod=vendor ./pkg/...
go test -mod=vendor ./pkg/...
test-ci:
yarn ci-test
mkdir -p tmp/coverage/golang/