Skip to content

Commit

Permalink
Merge pull request #894 from twmb/github-kfake-test
Browse files Browse the repository at this point in the history
.github: add kfake testing
  • Loading branch information
twmb authored Jan 21, 2025
2 parents 854199b + d337a34 commit d748f51
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ jobs:
version: latest
args: --timeout=5m

test-kfake:
if: github.repository == 'twmb/franz-go'
runs-on: ubuntu-latest
name: "test kfake"
container: golang:latest
steps:
- uses: actions/checkout@v4
- run: cd pkg/kfake && go test .

integration-test-kafka:
if: github.repository == 'twmb/franz-go'
runs-on: ubuntu-latest
Expand Down

0 comments on commit d748f51

Please sign in to comment.