Skip to content

Commit d8c6b30

Browse files
Add make test go
1 parent 4fbe8e3 commit d8c6b30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci_test_go.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,8 @@ jobs:
8282
- name: Install Go imports
8383
run: |
8484
go install golang.org/x/tools/cmd/goimports@latest
85+
86+
- name: Test ${{ matrix.library }}
87+
working-directory: ./${{ matrix.library }}
88+
run: |
89+
make test_go

0 commit comments

Comments
 (0)