Skip to content

Commit 415ddff

Browse files
authored
ci(.github): install tool in unit tests (#4928)
Install tool before running unit tests to enable all unit tests in golang package. Fixes #4628
1 parent 6b5cbea commit 415ddff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/librarian.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
- uses: actions/setup-go@v6
6363
with:
6464
go-version-file: "go.mod"
65+
- uses: ./.github/actions/install-protoc
66+
- name: Install Go tools
67+
run: go install tool
6568
- name: Run tests
6669
run: |
6770
go test -race -coverprofile=coverage.out -covermode=atomic \

0 commit comments

Comments
 (0)