add test CI
This commit is contained in:
parent
3cc1653e11
commit
c713e16ed2
1 changed files with 9 additions and 0 deletions
9
.woodpecker/golang-test.yml
Normal file
9
.woodpecker/golang-test.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
|
||||||
|
steps:
|
||||||
|
test:
|
||||||
|
image: golang:1.22-bullseye
|
||||||
|
commands:
|
||||||
|
- go mod download
|
||||||
|
- go test -v ./...
|
Loading…
Reference in a new issue