Skip to content

Commit df2a5fa

Browse files
authored
Remove module excludes in run script. (#551)
1 parent 6856a5c commit df2a5fa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/run.sh

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ shift
88
set -x
99

1010
for file in **/Cargo.toml; do
11-
if [ "$file" == "xtokens/Cargo.toml" ] || [ "$file" == "xcm-support/Cargo.toml" ] || [ "$file" == "unknown-tokens/Cargo.toml" ]
12-
then
13-
continue
14-
fi
1511
cargo $COMMAND --manifest-path "$file" $@;
1612
done
1713

0 commit comments

Comments
 (0)