File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040
4141 cgoTags : " clionly dfrunsecurity dfrunnetwork dfrunmount dfssh containers_image_openpgp osusergo exclude_graphdriver_devicemapper netgo no_devmapper static_build cni"
4242 goTags : " clionly dfrunsecurity dfrunnetwork dfrunmount dfssh containers_image_openpgp"
43+ testsumFormat : ' {{if eq .GITHUB_ACTIONS "true"}}github-actions{{else}}pkgname-and-test-fails{{end}}'
4344
4445 cgoDevLDFlags : " -linkmode external -extldflags=-static -s -w -X 'github.com/deckhouse/deckhouse-cli/internal/version.Version=local-dev' {{ .werfLDFlags }}"
4546 goDevLDFlags : " -s -w -X 'github.com/deckhouse/deckhouse-cli/internal/version.Version=local-dev' {{ .werfLDFlags }}"
9192 _test:go :
9293 internal : true
9394 cmds :
94- - go test -count=1 -tags="{{ .cgoTags }}" ./...
95+ - go run gotest.tools/gotestsum@latest -f {{ .testsumFormat }} -- -count=1 -tags="{{ .cgoTags }}" ./...
9596
9697 build :
9798 desc : Build d8 binary for personal usage
You can’t perform that action at this time.
0 commit comments