Skip to content

Commit

Permalink
Limit test phase of build only for linux
Browse files Browse the repository at this point in the history
Currently `Test / build` step in test workflow finishes 9 minutes.
Update workflow to run build pahse only for Linux.
  • Loading branch information
miry committed Aug 28, 2022
1 parent 83ad834 commit 132feb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ jobs:
with:
distribution: goreleaser
version: v1.10.3
args: build --snapshot --rm-dist --skip-post-hooks --skip-validate
args: build --snapshot --rm-dist --skip-post-hooks --skip-validate --single-target
env:
GOOS: linux

0 comments on commit 132feb1

Please sign in to comment.