feat: add first go tests

This commit is contained in:
Simon Cornet 2025-03-04 13:37:56 +01:00
commit 913707eb29

View file

@ -1,6 +1,7 @@
image: "golang:alpine" image: "golang:alpine"
stages: stages:
- "linter" - "linter"
- "testing"
- "build" - "build"
linter: linter: