Skip to content

Commit

Permalink
unskipping python and csharp
Browse files Browse the repository at this point in the history
  • Loading branch information
SankyRed committed Apr 16, 2024
1 parent 9ed6d0b commit 3348d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end-to-end.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ test_case!(cloudwatch, "CloudwatchStack", &["golang"]);
test_case!(ecs, "EcsStack", &["java", "golang"]);
test_case!(ec2, "Ec2Stack", &["java", "golang"]);
test_case!(efs, "EfsStack", &["java", "golang"]);
test_case!(apigatewayv2, "ApiGatewayV2Stack", &["csharp", "golang", "python"]);
test_case!(apigatewayv2, "ApiGatewayV2Stack", &["golang"]);

// Add new test cases here

Expand Down

0 comments on commit 3348d98

Please sign in to comment.