test for CI

This commit is contained in:
Nils Stinnesbeck 2022-09-26 12:46:30 +02:00
parent 0eea70ebe4
commit a9755450f1
Signed by: nils
GPG Key ID: 86D4882C6C6CA48B

6
.woodpecker.yml Normal file
View File

@ -0,0 +1,6 @@
pipeline:
backend:
image: golang
commands:
- go build
- go test