Skip to content

Commit da7ba88

Browse files
authored
Update go.yml
1 parent 3617d07 commit da7ba88

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
uses: actions/setup-go@v4
2121
with:
2222
go-version: '1.20'
23-
24-
- name: Build
25-
run: go build -v ./...
26-
23+
2724
- name: Test
2825
run: go test -v ./...

0 commit comments

Comments
 (0)