add test CI
All checks were successful
ci/woodpecker/push/golang-test Pipeline was successful
ci/woodpecker/pr/docker-deploy Pipeline was successful

This commit is contained in:
Adora Laura Kalb 2024-04-19 10:57:38 +02:00
parent 3cc1653e11
commit c713e16ed2
Signed by: adoralaura
GPG key ID: E2E0F82107536C1B

View file

@ -0,0 +1,9 @@
when:
- event: push
steps:
test:
image: golang:1.22-bullseye
commands:
- go mod download
- go test -v ./...