Unverified Commit c1b96c45 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Revert "Ignore checks for companion PRs (#1455)" (#1549)

parent c6ee8675
Pipeline #103212 passed with stages
in 16 minutes and 33 seconds
......@@ -3,6 +3,4 @@
#shellcheck source=lib.sh
source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/lib.sh"
skip_if_companion_pr
time cargo check --features runtime-benchmarks
......@@ -3,8 +3,6 @@
#shellcheck source=lib.sh
source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/lib.sh"
skip_if_companion_pr
time cargo build --locked --target=wasm32-unknown-unknown --manifest-path runtime/polkadot/Cargo.toml
time cargo build --locked --target=wasm32-unknown-unknown --manifest-path runtime/kusama/Cargo.toml
time cargo build --locked --target=wasm32-unknown-unknown --manifest-path erasure-coding/Cargo.toml
......
......@@ -3,8 +3,6 @@
#shellcheck source=lib.sh
source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/lib.sh"
skip_if_companion_pr
# build runtime
WASM_BUILD_NO_COLOR=1 cargo build --verbose --release -p kusama-runtime -p polkadot-runtime -p westend-runtime
# make checksum
......
......@@ -3,6 +3,4 @@
#shellcheck source=lib.sh
source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/lib.sh"
skip_if_companion_pr
time cargo test --all --release --verbose --locked --features runtime-benchmarks
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment