Skip to content

Commit

Permalink
ci: remove redundant comparison of features
Browse files Browse the repository at this point in the history
Pull-Request: #4940.
  • Loading branch information
thomaseizinger authored Nov 28, 2023
1 parent 9d2bfa1 commit 89fe068
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,6 @@ jobs:
ALL_FEATURES=$(cargo metadata --format-version=1 --no-deps | jq -r '.packages[] | select(.name == "libp2p") | .features | keys | map(select(. != "full")) | sort | join(" ")')
FULL_FEATURE=$(cargo metadata --format-version=1 --no-deps | jq -r '.packages[] | select(.name == "libp2p") | .features["full"] | sort | join(" ")')
test "$ALL_FEATURES = $FULL_FEATURE"
echo "$ALL_FEATURES";
echo "$FULL_FEATURE";
Expand Down

0 comments on commit 89fe068

Please sign in to comment.