We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3617d07 commit da7ba88Copy full SHA for da7ba88
1 file changed
.github/workflows/go.yml
@@ -20,9 +20,6 @@ jobs:
20
uses: actions/setup-go@v4
21
with:
22
go-version: '1.20'
23
-
24
- - name: Build
25
- run: go build -v ./...
26
+
27
- name: Test
28
run: go test -v ./...
0 commit comments