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 b4cbc16 commit 796fcf1Copy full SHA for 796fcf1
.github/workflows/go.yml
@@ -23,3 +23,6 @@ jobs:
23
24
- name: Build
25
run: go build -v ./...
26
+
27
+ - name: Run tests
28
+ run: go test -v ./...
0 commit comments