We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a5169 commit f2adaafCopy full SHA for f2adaaf
screwdriver.yaml
@@ -13,7 +13,7 @@ jobs:
13
- gofmt: ret=$(find . -name '*.go' | xargs gofmt -d) && echo "$ret" && test -z "$ret"
14
- test-setup: go install gotest.tools/gotestsum@latest
15
- test: gotestsum --format testname --jsonfile ${SD_ARTIFACTS_DIR}/report.json -- -coverprofile=${SD_ARTIFACTS_DIR}/coverage.out ./...
16
- - build: go build -a -o store-cli
+ - build: CGO_ENABLED=0 go build -a -o store-cli
17
- test-release: "curl -sL https://git.io/goreleaser | bash -s -- --snapshot"
18
19
deploy:
0 commit comments