mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
7 lines
211 B
Bash
Executable File
7 lines
211 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
#shellcheck source=lib.sh
|
|
source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/lib.sh"
|
|
|
|
time cargo test --all --release --verbose --locked --features runtime-benchmarks
|