Skip to content

Commit

Permalink
test parallelism for goreleaser builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Apr 27, 2022
1 parent e98b8a5 commit a705234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist -f .goreleaser-dev.yml --debug
args: release --rm-dist --parallelism=3 -f .goreleaser-dev.yml --debug

env:
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
Expand Down

0 comments on commit a705234

Please sign in to comment.