Skip to content

Commit

Permalink
Fix workflows hopefully.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlion committed May 8, 2024
1 parent 85dab75 commit b18618b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
go-version: '1.20.x'
check-latest: true

- run: go build
- run: go clean -cache && go build ./...

- run: go test -count=1 ./...

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
go install github.com/segmentio/golines@latest
go install golang.org/x/tools/cmd/stringer@latest
- run: go generate
- run: go clean -cache && go generate ./...

- run: |
diff="$(golines -m 100 -t 4 --base-formatter='gofumpt' --dry-run .)"
Expand Down

0 comments on commit b18618b

Please sign in to comment.