Skip to content

Commit

Permalink
revert check-aws-sdk-services script changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Velfi committed Jul 30, 2024
1 parent 84c7892 commit 71636d4
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions tools/ci-scripts/check-aws-sdk-services
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@
set -eux
cd aws-sdk

# Check if the $ENABLE_SMOKETESTS environment variable is set
if [ -n "$ENABLE_SMOKETESTS" ]; then
# Invoking `cargo test` at the root directory implicitly checks for the validity
# of the top-level `Cargo.toml`
RUSTFLAGS="--cfg smoketests" cargo test --all-features
else
cargo test --all-features
fi
# Invoking `cargo test` at the root directory implicitly checks for the validity
# of the top-level `Cargo.toml`
cargo test --all-features

for test_dir in tests/*; do
if [ -f "${test_dir}/Cargo.toml" ]; then
Expand Down

0 comments on commit 71636d4

Please sign in to comment.