Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
check_polkadot: run cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabreal committed Mar 19, 2020
1 parent dab7b45 commit 2745b60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .maintain/gitlab/check_polkadot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ cp .cargo/config target/debug/wbuild/.cargo/config
# package, others are updated along the way.
cargo update

# Check whether Polkadot pr or master branch builds with this Substrate commit.
time cargo check
# Test Polkadot pr or master branch with this Substrate commit.
time cargo test --all --release --verbose


0 comments on commit 2745b60

Please sign in to comment.