We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250039b commit fa89ce0Copy full SHA for fa89ce0
.github/workflows/build-integration-test.yml
@@ -33,5 +33,5 @@ jobs:
33
- name: Build Integration tests
34
uses: ./.github/actions/rust-build
35
with:
36
- package: lambda_integration_tests
+ package: lambda-integration-tests
37
toolchain: ${{ matrix.toolchain}}
lambda-integration-tests/Cargo.toml
@@ -1,5 +1,5 @@
1
[package]
2
-name = "aws_lambda_rust_integration_tests"
+name = "lambda-integration-tests"
3
version = "0.1.0"
4
authors = ["Maxime David"]
5
edition = "2021"
0 commit comments