Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-k-cameron committed May 2, 2023
1 parent 40c6bc7 commit 1b9b08e
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions rust-runtime/aws-smithy-types/additional-ci
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,10 @@
#

# This script contains additional CI checks to run for this specific package

set -e

echo "### Checking for duplicate dependency versions in the normal dependency graph with all features enabled"
cargo tree -d --edges normal --all-features

# checks whether the features are properly feature-gated
res=$(cargo tree -e no-dev | grep serde)
if [ "$res" != "" ]; then
echo "FAILED"
echo "it printed serde"
echo "$res"
exit 1
fi
echo "### Checking whether the features are properly feature-gated"
cargo tree -e no-dev | (grep serde || echo "")

0 comments on commit 1b9b08e

Please sign in to comment.