Compare commits

..

1 Commits

Author SHA1 Message Date
jolheiser e844e7b895
Rewrite pipeline
continuous-integration/woodpecker the build was successful Details
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2021-10-08 15:37:58 -05:00
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
pipeline:
compliance:
when:
event:
- pull_request
event: pull_request
image: golang:1.17
commands:
- go test -race ./...