Use Github actions instead of travis (#270)

Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
This commit is contained in:
Mikkel Oscar Lyderik Larsen
2021-02-19 10:31:20 +01:00
committed by GitHub
parent 86ed6ec102
commit 942e753f87
4 changed files with 27 additions and 21 deletions

View File

@@ -19,7 +19,7 @@ clean:
rm -rf $(OPENAPI)
test:
go test -v $(GOPKGS)
go test -v -coverprofile=profile.cov $(GOPKGS)
check:
go mod download