Converted pre-push hook into a make target, avoid calling tests twice when releasing
This commit is contained in:
+1
-6
@@ -1,9 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
echo "#### Linting"
|
||||
golangci-lint run -v
|
||||
|
||||
echo
|
||||
echo "#### Running tests"
|
||||
make test
|
||||
make pre-push
|
||||
Reference in New Issue
Block a user