Skip to content

Commit

Permalink
ci: fix gorleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
Excoriate committed Sep 12, 2022
1 parent dfe6637 commit 5896152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project_name: glonner

before:
hooks:
- go mod download
- cd cli && go mod download
- cd cli && go fmt ./...
- cd cli && go vet ./...
- cd cli && go test -v -cover -race -timeout 120s ./...
Expand Down

0 comments on commit 5896152

Please sign in to comment.