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: pipeline:
compliance: compliance:
when: when:
event: event: pull_request
- pull_request
image: golang:1.17 image: golang:1.17
commands: commands:
- go test -race ./... - go test -race ./...