Title here
Summary here
run go test
include:
- component: gitlab.com/release-process/golang/go-test@0.1.0| Name | Description | Default |
|---|---|---|
| args | additional arguments to pass to the go test command | ./... |
| dir | the directory to build | . |
| name | The name of the job application | golang:go-test |
| stage | stage of the job | test |
| version | go version to use for building | 1.22 |
| Name | Description | Default |
|---|---|---|
| CGO_ENABLED | wether to use cgo or not | 0 |
| GOARCH | target architecture (empty means same as build platform) | "" |
| GOOS | target operating system (empty means same as build platform) | "" |