We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e0817 commit 7cd4699Copy full SHA for 7cd4699
1 file changed
.github/workflows/go.yml
@@ -46,3 +46,6 @@ jobs:
46
47
- name: buf lint
48
run: npx --no-install buf lint
49
+
50
+ - name: go test
51
+ run: go test ./...
0 commit comments