Fix pre-push hook

This commit is contained in:
Deluan 2020-07-17 12:16:23 -04:00
parent 3095bee5d9
commit a706cb46fa
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh
set -e
golangci-lint run
make test