mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 09:54:09 +01:00
10 lines
274 B
Bash
10 lines
274 B
Bash
|
#!/bin/bash
|
||
|
cd `dirname $0`/..
|
||
|
cargo build --locked --no-default-features --all
|
||
|
cargo build --locked --no-default-features --all
|
||
|
cargo build --locked --all
|
||
|
cargo build --locked --features metrics_process --all
|
||
|
cargo fmt
|
||
|
cargo clippy -- -D warnings
|
||
|
cargo test --locked --all
|