ops: run go test in ci

This commit is contained in:
Mathis Maquenne
2026-08-05 11:51:20 +02:00
parent 66fda7424a
commit b616a58d7b
+2
View File
@@ -29,6 +29,8 @@ jobs:
- run: go vet ./... - run: go vet ./...
- run: go test ./...
- run: go build ./... - run: go build ./...
# Catches a broken release config before a tag is pushed. # Catches a broken release config before a tag is pushed.