Skip to content

Commit

Permalink
chore: fix test & lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Redmomn committed Nov 12, 2024
1 parent cdea805 commit a17a9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
go-version: '^1.23'
cache: false
- run: go get
- run: go install golang.org/x/tools/cmd/stringer
- run: go get golang.org/x/tools/cmd/stringer
- run: go generate ./...
- run: go test -v -race ./...

Expand All @@ -44,7 +44,7 @@ jobs:
go-version: '^1.23'
cache: false
- run: go get
- run: go install golang.org/x/tools/cmd/stringer
- run: go get golang.org/x/tools/cmd/stringer
- run: go generate ./...

- name: Go vet
Expand Down

0 comments on commit a17a9d1

Please sign in to comment.