Fix pre-push hook

This commit is contained in:
Deluan 2020-07-17 12:16:23 -04:00
parent 3095bee5d9
commit a706cb46fa

View file

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