diff --git a/git/pre-push b/git/pre-push index a56050a9d..2d3acf253 100755 --- a/git/pre-push +++ b/git/pre-push @@ -1,5 +1,9 @@ #!/bin/sh set -e -golangci-lint run +echo "#### Linting" +golangci-lint run -v + +echo +echo "#### Running tests" make test \ No newline at end of file