mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
7 lines
177 B
Bash
Executable File
7 lines
177 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 check --features runtime-benchmarks
|