Skip to content

Commit

Permalink
Merge pull request #17721 from andrewhsu/rpk-codecov
Browse files Browse the repository at this point in the history
gha: rpk improvements
  • Loading branch information
andrewhsu authored Apr 11, 2024
2 parents 73f3202 + 53c7068 commit 02fe624
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rpk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ on:
- 'dev'
paths:
- 'src/go/rpk/**'
- '.github/workflows/rpk-build.yml'
pull_request:
paths:
- 'src/go/rpk/**'
- '.github/workflows/rpk-build.yml'

jobs:
test:
Expand All @@ -35,7 +37,8 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: stable
cache-dependency-path: 'src/go/rpk/go.sum'

- name: Run tests
working-directory: src/go/rpk/
run: go test -v ./...
run: go run gotest.tools/gotestsum@v1.11.0 -- -cover ./...

0 comments on commit 02fe624

Please sign in to comment.