Skip to content

Commit

Permalink
Experiment on CI variable
Browse files Browse the repository at this point in the history
  • Loading branch information
channingdong committed Nov 27, 2024
1 parent c0aabd0 commit 1fae3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ blocks:
- $Env:GOCOVERDIR = "test/coverage"
- New-Item $Env:GOCOVERDIR -ItemType Directory
- go install gotest.tools/[email protected]
- gotestsum --junitfile unit-test-report.xml -- -timeout 0 -v $(go list ./... | Select-String test -NotMatch) -ldflags "-buildmode=exe"
- gotestsum --junitfile unit-test-report.xml -- -timeout 0 -race -v $(go list ./... | Select-String test -NotMatch) -ldflags "-buildmode=exe"
- gotestsum --junitfile integration-test-report.xml -- -timeout 0 -v $(go list ./... | Select-String test)
- go tool covdata textfmt -i $Env:GOCOVERDIR -o test/coverage.out
epilogue:
Expand Down

0 comments on commit 1fae3f6

Please sign in to comment.