Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tenntenn committed Nov 13, 2024
1 parent 19888a7 commit b536b1e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/testandvet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
pull_request:
branches:
- main
- release-v2.*.*
release:
types:
- published
Expand Down Expand Up @@ -42,11 +41,10 @@ jobs:
- name: Install tennvet
run: |
GOBIN=$(pwd)/v2 go install github.com/tenntenn/tennvet@latest
GOBIN=$(pwd) go install github.com/tenntenn/tennvet@latest
- name: Test and vet
run: |
cd v2
go vet ./...
go vet -vettool=$(pwd)/tennvet ./...
go test -v -race ./...

0 comments on commit b536b1e

Please sign in to comment.