Skip to content

Commit

Permalink
enh: update workflow for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed Dec 9, 2023
1 parent 2f26992 commit d1bf0bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
- name: Install dependencies
run: go get .
- name: Build
run: go build -v ./...
run: go build ./...
- name: Test with the Go CLI
run: go test
run: go test ./...

0 comments on commit d1bf0bb

Please sign in to comment.