Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
disable go build and go test temporarily
  • Loading branch information
kenliu authored Apr 3, 2023
1 parent a243272 commit b568fa6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,3 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: 1.20

- name: Build
run: go build -v ./...

- name: Test
run: go test -v ./...

0 comments on commit b568fa6

Please sign in to comment.