Skip to content
Snippets Groups Projects
Unverified Commit df2a5fa6 authored by Shaun Wang's avatar Shaun Wang Committed by GitHub
Browse files

Remove module excludes in run script. (#551)

parent 6856a5cb
No related branches found
No related tags found
No related merge requests found
...@@ -8,10 +8,6 @@ shift ...@@ -8,10 +8,6 @@ shift
set -x set -x
for file in **/Cargo.toml; do for file in **/Cargo.toml; do
if [ "$file" == "xtokens/Cargo.toml" ] || [ "$file" == "xcm-support/Cargo.toml" ] || [ "$file" == "unknown-tokens/Cargo.toml" ]
then
continue
fi
cargo $COMMAND --manifest-path "$file" $@; cargo $COMMAND --manifest-path "$file" $@;
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment