Cleanup
Signed-off-by: jolheiser <john.olheiser@gmail.com>
parent
7384e4c19e
commit
3dca020eb2
|
@ -1,9 +1,8 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
compliance:
|
compliance:
|
||||||
when:
|
|
||||||
event:
|
|
||||||
- pull_request
|
|
||||||
image: golang:1.17
|
image: golang:1.17
|
||||||
commands:
|
commands:
|
||||||
- go test -race ./...
|
- go test -race ./...
|
||||||
- go vet ./...
|
- go vet ./...
|
||||||
|
when:
|
||||||
|
event: [ pull_request ]
|
Loading…
Reference in New Issue