You've already forked reloading-manager
KELAN, WE WENT OVER THIS. EXPANDTAB.
This commit is contained in:
5
.gitlab-ci.yml
Normal file
5
.gitlab-ci.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
stages:
|
||||
- Tests
|
||||
|
||||
include:
|
||||
- '.gitlab/tests.yml'
|
||||
8
.gitlab/tests.yml
Normal file
8
.gitlab/tests.yml
Normal 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
|
||||
Reference in New Issue
Block a user