ci: update test command to include all packages in CI and release workflows

This commit is contained in:
Yar Kravtsov
2025-05-24 11:37:13 +03:00
parent 09d67f181e
commit e7f316ea6e
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ jobs:
run: go vet ./... run: go vet ./...
- name: Test - name: Test
run: go test -v -race -coverprofile=coverage.out ./test run: go test -v -race -coverprofile=coverage.out ./
- name: Upload coverage to Codecov - name: Upload coverage to Codecov
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v3

View File

@@ -23,7 +23,7 @@ jobs:
go-version: '1.24' go-version: '1.24'
- name: Run tests - name: Run tests
run: go test ./test run: go test ./
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6 uses: goreleaser/goreleaser-action@v6