Skip to content

Commit e8d9b16

Browse files
committed
update workflow
1 parent 428fd02 commit e8d9b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Run tests
6666
run: |
6767
go test -race -coverprofile=coverage.out -covermode=atomic \
68-
$(go list ./... | grep -v -E 'internal/librarian/(python|rust|dart)|internal/sidekick|internal/legacylibrarian')
68+
$(go list ./... | grep -v -E 'internal/librarian/(dart|golang|python|rust)|internal/sidekick|internal/legacylibrarian')
6969
- name: Upload coverage report
7070
uses: codecov/codecov-action@v5
7171
with:

0 commit comments

Comments
 (0)