Skip to content

Commit 1cdfabb

Browse files
committed
Adding a compilation test using the new event_logging flag
1 parent d75d864 commit 1cdfabb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
mod no_run {
2+
// Test with event_logging disabled
3+
lambda_appsync::appsync_lambda_main!("../../../../schema.graphql", event_logging = false);
4+
}
5+
6+
fn main() {}

0 commit comments

Comments
 (0)