Add smoketest script

Signed-off-by: Ben Reedy <breed808@breed808.com>
This commit is contained in:
Ben Reedy
2020-11-30 19:31:37 +10:00
committed by Ben Reedy
parent 6e0ac6a1fc
commit b300998b4b
3 changed files with 265 additions and 0 deletions

View File

@@ -9,6 +9,10 @@ test:
lint:
golangci-lint -c .golangci.yaml run
.PHONY: e2e-test
e2e-test: build
powershell -NonInteractive -ExecutionPolicy Bypass -File .\tools\end-to-end-test.ps1
fmt:
gofmt -l -w -s .