Fix typo in pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
12e9c72463
commit
94bcb0087f
@ -5,7 +5,7 @@ pipeline:
|
||||
- go build -o gpaste-client ./cmd/client/client.go
|
||||
- go build -o gpaste-server ./cmd/server/server.go
|
||||
- go test -cover -coverprofile="/tmp/cover.out" ./...
|
||||
- go tool cover func="/tmp/cover.out"
|
||||
- go tool cover -func="/tmp/cover.out"
|
||||
- go vet ./...
|
||||
when:
|
||||
branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user