Skip to content

Commit aa373c9

Browse files
committed
Change action workflow
1 parent d08d1bd commit aa373c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Run coverage
2020
run: go test -coverprofile=coverage.out -coverpkg=./... ./...
2121

22-
- name: Run coverage with new pickfirst
23-
run: GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=true go test -coverprofile=coverage_new_pickfirst.out -coverpkg=./... ./...
22+
- name: Run coverage with other pickfirst
23+
run: GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=false go test -coverprofile=coverage_other_pickfirst.out -coverpkg=./... ./...
2424

2525
- name: Upload coverage to Codecov
2626
uses: codecov/codecov-action@v4

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- type: tests
7070
goversion: '1.24'
7171
testflags: -race
72-
grpcenv: 'GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=true'
72+
grpcenv: 'GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=false'
7373

7474
steps:
7575
# Setup the environment.

0 commit comments

Comments
 (0)