test(config,git,logger): add some test functions

This commit is contained in:
Tom Neuber 2024-12-06 23:56:18 +01:00
parent 316e5de757
commit 1356128a7b
Signed by: tom
GPG key ID: F17EFE4272D89FF6
16 changed files with 387 additions and 25 deletions

9
.woodpecker/.test.yaml Normal file
View file

@ -0,0 +1,9 @@
steps:
- name: gotest
image: golang:1.22.5
commands:
- go test ./...
when:
- event: push
depends_on:
- lint