Skip to content

Commit ab22d6b

Browse files
committed
fix: Exclude GUI package from release workflow tests
1 parent 2628155 commit ab22d6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
go-version: '1.21'
2424

2525
- name: Run tests
26-
run: go test ./...
26+
run: go test ./cmd/... ./internal/... ./pkg/...
2727

2828
- name: Run GoReleaser
2929
uses: goreleaser/goreleaser-action@v5

0 commit comments

Comments
 (0)