mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Converted pre-push hook into a make target, avoid calling tests twice when releasing
This commit is contained in:
parent
27adb84177
commit
a99924ea20
2 changed files with 10 additions and 8 deletions
|
@ -1,9 +1,4 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
echo "#### Linting"
|
||||
golangci-lint run -v
|
||||
|
||||
echo
|
||||
echo "#### Running tests"
|
||||
make test
|
||||
make pre-push
|
Loading…
Add table
Add a link
Reference in a new issue