Skip to content

Commit ca60958

Browse files
Trying to get the build to run properly
1 parent 7c97f76 commit ca60958

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bin/gotest.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
!#/bin/bash
1+
#!/usr/bin/bash
2+
set -e
23

34
go vet $(go list ./... | grep -v "fixtures" | grep -v "vendor")
45
go test $(go list ./... | grep -v "fixtures" | grep -v "vendor")

0 commit comments

Comments
 (0)