mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-01 12:11:20 +00:00
.github/worksflows/ci: Fix bad use of bash (#2963)
This commit is contained in:
parent
215a8e12f3
commit
f359c2ce5c
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -210,4 +210,7 @@ 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";
|
||||
|
||||
test "$ALL_FEATURES" = "$FULL_FEATURE"
|
||||
|
Loading…
x
Reference in New Issue
Block a user