mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
d19b1de5f0
* CI: run disputes tests
* Revert "minor chore changes (#3944)"
This reverts commit d64394ef59.
* fix em
* Revert "Revert "minor chore changes (#3944)""
This reverts commit 02a1ecf3cacb52d6dd467e8f226a69bae651d319.
* Update handle_import_statement function
* fmt
Co-authored-by: Lldenaurois <Ljdenaurois@gmail.com>
9 lines
341 B
Bash
Executable File
9 lines
341 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
#shellcheck source=../common/lib.sh
|
|
source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/../common/lib.sh"
|
|
|
|
time cargo test --release --locked -p polkadot-node-core-dispute-coordinator --features disputes
|
|
time cargo test --workspace --release --verbose --locked --features=runtime-benchmarks
|