2023-01-30 21:06:18 +00:00
|
|
|
---
|
|
|
|
platform: linux
|
|
|
|
|
|
|
|
image_resource:
|
|
|
|
type: registry-image
|
|
|
|
source:
|
|
|
|
repository: docker.io/golang
|
|
|
|
tag: 1.19-buster
|
|
|
|
|
|
|
|
inputs:
|
|
|
|
- name: repo
|
|
|
|
path: .
|
|
|
|
|
|
|
|
params:
|
|
|
|
GO111MODULE: "on"
|
|
|
|
CGO_ENABLED: "1"
|
|
|
|
GITEA_TOKEN: ((gitea-credentials.token))
|
|
|
|
|
|
|
|
run:
|
|
|
|
path: bash
|
|
|
|
args:
|
|
|
|
- -ce
|
|
|
|
- |
|
2023-01-31 20:14:34 +00:00
|
|
|
go run gotest.tools/gotestsum@latest -f pkgname-and-test-fails -- -race -shuffle=on ./...
|