Skip to content

Commit

Permalink
Enabled automatic integration test for the http sink
Browse files Browse the repository at this point in the history
  • Loading branch information
noctarius committed Oct 1, 2023
1 parent 5ff11aa commit 68c2dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
strategy:
fail-fast: false
matrix:
test: ["aws-kinesis", "aws-sqs", "kafka", "nats", "redis", "redpanda"]
test: ["aws-kinesis", "aws-sqs", "kafka", "nats", "redis", "redpanda", "http"]

name: Tests (Int)
runs-on: ubuntu-latest
Expand Down

0 comments on commit 68c2dcd

Please sign in to comment.