Skip to content

Commit

Permalink
chore: rename postgres integration tests feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehermo9 committed Nov 23, 2024
1 parent 984750d commit 5b1ca45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ all-integration-tests = [
"nginx-integration-tests",
"opentelemetry-integration-tests",
"postgresql_metrics-integration-tests",
"postgres-integration-tests",
"postgres_sink-integration-tests",
"prometheus-integration-tests",
"pulsar-integration-tests",
"redis-integration-tests",
Expand Down Expand Up @@ -903,7 +903,7 @@ nats-integration-tests = ["sinks-nats", "sources-nats"]
nginx-integration-tests = ["sources-nginx_metrics"]
opentelemetry-integration-tests = ["sources-opentelemetry", "dep:prost"]
postgresql_metrics-integration-tests = ["sources-postgresql_metrics"]
postgres-integration-tests = ["sinks-postgres"]
postgres_sink-integration-tests = ["sinks-postgres"]
prometheus-integration-tests = ["sinks-prometheus", "sources-prometheus", "sinks-influxdb"]
pulsar-integration-tests = ["sinks-pulsar", "sources-pulsar"]
redis-integration-tests = ["sinks-redis", "sources-redis"]
Expand Down

0 comments on commit 5b1ca45

Please sign in to comment.