KELAN, WE WENT OVER THIS. EXPANDTAB.

This commit is contained in:
2025-04-21 12:08:20 -04:00
parent 6c640c9aac
commit 26ac0f69a5
2 changed files with 13 additions and 0 deletions

8
.gitlab/tests.yml Normal file
View File

@@ -0,0 +1,8 @@
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