Compare commits

..

1 Commits

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

View File

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