Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Update only sp-io when running companion build
  • Loading branch information
cecton committed Jul 2, 2020
commit 2d2c5edf232ce2ae7e665d325afff335961c7f06
2 changes: 1 addition & 1 deletion .maintain/gitlab/check_polkadot_companion_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ mkdir -p target/debug/wbuild/.cargo
cp .cargo/config target/debug/wbuild/.cargo/config

# package, others are updated along the way.
cargo update
cargo update -p sp-io

# Test Polkadot pr or master branch with this Substrate commit.
time cargo test --all --release --verbose
Expand Down