Skip to content

Commit

Permalink
.github
Browse files Browse the repository at this point in the history
  • Loading branch information
twmb committed Jul 29, 2024
1 parent 324ad23 commit 48fee25
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:

integration-test-kafka:
if: github.repository == 'twmb/franz-go'
needs: golangci
runs-on: ubuntu-latest
name: "integration test kafka"
container: golang:latest
Expand All @@ -55,15 +54,14 @@ jobs:
KAFKA_KRAFT_CLUSTER_ID: XkpGZQ27R3eTl3OdTm2LYA # 16 byte base64-encoded UUID
steps:
- uses: actions/checkout@v4
- run: go test ./...
- run: go test -timeout 3m -run TestClient_Produce ./...
env:
KGO_TEST_RF: 1
KGO_SEEDS: kafka:9092
KGO_TEST_STABLE_FETCH: true

integration-test-redpanda:
if: github.repository == 'twmb/franz-go'
needs: golangci
runs-on: ubuntu-latest
name: "integration test redpanda"
container: golang:latest
Expand All @@ -76,7 +74,7 @@ jobs:
REDPANDA_ADVERTISE_KAFKA_ADDRESS: redpanda:9092
steps:
- uses: actions/checkout@v4
- run: go test ./...
- run: go test -timeout 3m -run TestClient_Produce ./...
env:
KGO_TEST_RF: 1
KGO_SEEDS: redpanda:9092

0 comments on commit 48fee25

Please sign in to comment.