I would rather be playing SC2.

This commit is contained in:
2025-04-21 12:22:59 -04:00
parent 8defecc1b2
commit b397912a57
2 changed files with 6 additions and 9 deletions

View File

@@ -2,7 +2,12 @@ stages:
- Tests - Tests
include: include:
- '.gitlab/tests.yml' - project: 'shared/blueprints'
file: 'jobs/golang-tests.yml'
ref: master
inputs:
working_directory: "backend"
stage: Tests
- project: 'shared/blueprints' - project: 'shared/blueprints'
file: 'jobs/docker-build.yml' file: 'jobs/docker-build.yml'
ref: master ref: master

View File

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