Skip to content

Commit b41e94a

Browse files
authored
Merge pull request #203 from anyproto/go-4493-goexperemental-test
add synctest to reusable workflow
2 parents 412e313 + 4e22be3 commit b41e94a

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)