feat(ci): move testing and releasing

This commit is contained in:
Simon Cornet 2025-06-16 13:26:53 +02:00
commit b94762ae5f
3 changed files with 28 additions and 22 deletions

9
.gitlab/testing.yaml Normal file
View file

@ -0,0 +1,9 @@
---
testing:
stage: "testing"
needs:
- "linting"
image: "cr.simoncor.net/siempie/go-build:latest"
script:
- "go test cmd/gogitlabber/*.go"