Skip to content

Commit bc5ee72

Browse files
committed
fix(integ tests): enable graceful-shutdown feature flag
1 parent a598994 commit bc5ee72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["AWS", "Lambda", "API"]
1212
readme = "../README.md"
1313

1414
[dependencies]
15-
lambda_runtime = { path = "../lambda-runtime" }
15+
lambda_runtime = { path = "../lambda-runtime", features = ["tracing", "graceful-shutdown"] }
1616
aws_lambda_events = { path = "../lambda-events" }
1717
serde_json = "1.0.121"
1818
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)