Skip to content

Commit 00218d2

Browse files
committed
fix(release): skip redundant tests in release workflow
CI already validates master with CGO and retries; release builds use CGO_ENABLED=0 and should not re-run the full integration test suite.
1 parent b5057fe commit 00218d2

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ jobs:
4242
- name: Wire private dependency
4343
run: go mod edit -replace=github.com/dl-alexandre/cimis-tsdb=./_deps/cimis-tsdb
4444

45-
- name: Run tests
46-
run: go test ./...
47-
env:
48-
GOPRIVATE: github.com/dl-alexandre/*
49-
5045
- name: Run GoReleaser
5146
uses: goreleaser/goreleaser-action@v7
5247
with:

.goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ before:
77
hooks:
88
- go mod tidy
99
- go mod verify
10-
- go test ./...
1110

1211
builds:
1312
- id: cimis

0 commit comments

Comments
 (0)