test(config,git,logger): add some test functions
This commit is contained in:
parent
316e5de757
commit
1356128a7b
16 changed files with 387 additions and 25 deletions
9
.woodpecker/.test.yaml
Normal file
9
.woodpecker/.test.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
steps:
|
||||
- name: gotest
|
||||
image: golang:1.22.5
|
||||
commands:
|
||||
- go test ./...
|
||||
when:
|
||||
- event: push
|
||||
depends_on:
|
||||
- lint
|
Loading…
Add table
Add a link
Reference in a new issue