add end-to-end tests

This commit is contained in:
Leo Antunes
2019-07-12 11:08:41 +02:00
parent f4e61df211
commit c2d7929f4a
5 changed files with 99 additions and 3 deletions

View File

@ -6,4 +6,7 @@ build:
GOARCH=amd64 go build ${GOFLAGS} -o wesher-amd64 ${OPTS}
GOARCH=arm go build ${GOFLAGS} -o wesher-arm ${OPTS}
GOARCH=arm64 go build ${GOFLAGS} -o wesher-arm64 ${OPTS}
sha256sum wesher-* > wesher.sha256sums
sha256sum wesher-* > wesher.sha256sums
e2e:
tests/e2e.sh