Files
reloading-manager/.gitlab/tests.yml

9 lines
194 B
YAML

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