Commit 89ad1035 authored by AWS SDK Rust Bot's avatar AWS SDK Rust Bot
Browse files

Merge remote-tracking branch "origin/smithy-rs-release-1.x.y" into...

Merge remote-tracking branch "origin/smithy-rs-release-1.x.y" into "merge-smithy-rs-release-1.x.y-to-main"
parents 004a1ae7 7eb073a7
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