Skip to content

Commit 4e22be3

Browse files
committed
add synctest to reusable workflow
1 parent cf6d47a commit 4e22be3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
env:
7777
TESTCOVERAGE_THRESHOLD: 0
7878
run: |
79-
go test ./... -coverprofile coverage.out -covermode count
79+
GOEXPERIMENT=synctest go test ./... -coverprofile coverage.out -covermode count
8080
8181
generated_pattern='^\/\/ Code generated .* DO NOT EDIT\.$'
8282
files_list=$(grep -rl "$generated_pattern" . | grep '\.go$' | sed 's/^\.\///')

0 commit comments

Comments
 (0)