mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
Converted pre-push hook into a make target, avoid calling tests twice when releasing
This commit is contained in:
@@ -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