Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Mar 25, 2024
1 parent 558798c commit 2b2a754
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
go-version-file: 'go.mod'
check-latest: true
cache: true
- run: go vet ./...
- run: go test -v ./...
- run: go test -v -vet 'all' ./...

release:
if: startsWith(github.ref, 'refs/tags/v') == true
Expand Down

0 comments on commit 2b2a754

Please sign in to comment.