fix: ci testing script

This commit is contained in:
Simon Cornet 2025-03-06 12:00:19 +01:00
commit 822a77b239

View file

@ -15,4 +15,4 @@ testing:
- "linter"
image: "cr.simoncor.net/siempie/go-build:latest"
script:
- "go test cmd/logger/*.go"
- "go test *.go"