We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 004a1ae + 89ad103 commit ede2e1fCopy full SHA for ede2e1f
tools/ci-scripts/check-aws-sdk-services
@@ -22,9 +22,10 @@ else
22
cargo test --all-features
23
fi
24
25
-for test_dir in tests/*; do
26
- if [ -f "${test_dir}/Cargo.toml" ]; then
27
- echo "#### Testing ${test_dir}..."
28
- cargo test --all-features --manifest-path "${test_dir}/Cargo.toml"
29
- fi
30
-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
31
+# done
0 commit comments