Unverified Commit ede2e1f9 authored by AWS SDK Rust Bot's avatar AWS SDK Rust Bot Committed by GitHub
Browse files

Merge smithy-rs-release-1.x.y into main (#4164)

parents 004a1ae7 89ad1035
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -22,9 +22,10 @@ else
    cargo test --all-features
fi

for test_dir in tests/*; do
    if [ -f "${test_dir}/Cargo.toml" ]; then
        echo "#### Testing ${test_dir}..."
        cargo test --all-features --manifest-path "${test_dir}/Cargo.toml"
    fi
done
# TODO reenable these tests when they have lockfiles
# for test_dir in tests/*; do
#     if [ -f "${test_dir}/Cargo.toml" ]; then
#         echo "#### Testing ${test_dir}..."
#         cargo test --all-features --manifest-path "${test_dir}/Cargo.toml"
#     fi
# done