Skip to content

Commit 14f3acd

Browse files
committed
update workflow
1 parent 7ef0506 commit 14f3acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
GO_GAPIC_VERSION: 0.57.0
4040
- name: Run tests
4141
run: |
42-
go test -race -coverprofile=coverage.out -covermode=atomic internal/librarian/golang
42+
go test -race -coverprofile=coverage.out -covermode=atomic ./internal/librarian/golang
4343
- name: Upload coverage report
4444
uses: codecov/codecov-action@v5
4545
with:

0 commit comments

Comments
 (0)