Update pipeline

This commit is contained in:
Torjus Håkestad 2022-01-22 09:55:24 +01:00
parent 6822cd6bfe
commit 121b0396fa

View File

@ -4,7 +4,7 @@ pipeline:
commands:
- go build -o gpaste-client ./cmd/client/client.go
- go build -o gpaste-server ./cmd/server/server.go
- go test -v ./...
- go test -cover ./...
- go vet ./...
when:
branch: master