Skip to content

Commit 7cd4699

Browse files
committed
chore: go test in CI
Signed-off-by: Xe Iaso <me@xeiaso.net>
1 parent 73e0817 commit 7cd4699

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ jobs:
4646
4747
- name: buf lint
4848
run: npx --no-install buf lint
49+
50+
- name: go test
51+
run: go test ./...

0 commit comments

Comments
 (0)