Files
reloading-manager/.gitlab/tests.yml
2025-04-21 12:18:02 -04:00

9 lines
196 B
YAML

Golang Tests:
stage: Tests
image: siteworxpro/golang:1.24.0
script:
- echo "Running Go tests..."
- cd backend
- go mod download
- go test -v ./... -coverprofile=coverage.out