adding git hook test, simplified structure using vendoring
This commit is contained in:
5
.githooks/pre-commit/01-test
Executable file
5
.githooks/pre-commit/01-test
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
go test
|
||||
Reference in New Issue
Block a user