This commit is contained in:
parent
df447a537f
commit
5fc45f1bf8
1 changed files with 9 additions and 0 deletions
9
.woodpecker/test.yaml
Normal file
9
.woodpecker/test.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: main
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: go-tests
|
||||||
|
image: golang:1.24
|
||||||
|
commands:
|
||||||
|
- go test ./...
|
||||||
Reference in a new issue