Skip to content

Commit 1c4f6ac

Browse files
lvan100lianghuan
authored andcommitted
ci: fix the environment variable settings in the testing workflow
1 parent 8b52401 commit 1c4f6ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
run: go mod download
2525

2626
- name: Run tests
27-
run: go test -count=1 -coverprofile=coverage.txt ./... &&
27+
run: export =::=:: &&
28+
go test -count=1 -coverprofile=coverage.txt ./... &&
2829
grep -v "^github.com/go-spring/spring-core/gs/examples" coverage.txt > coverage.txt.tmp && mv coverage.txt.tmp coverage.txt
2930

3031
- name: Upload results to Codecov

0 commit comments

Comments
 (0)