Skip to content

Commit fa89ce0

Browse files
committed
Fix integration tests
1 parent 250039b commit fa89ce0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
- name: Build Integration tests
3434
uses: ./.github/actions/rust-build
3535
with:
36-
package: lambda_integration_tests
36+
package: lambda-integration-tests
3737
toolchain: ${{ matrix.toolchain}}

lambda-integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "aws_lambda_rust_integration_tests"
2+
name = "lambda-integration-tests"
33
version = "0.1.0"
44
authors = ["Maxime David"]
55
edition = "2021"

0 commit comments

Comments
 (0)