mirror of
https://github.com/romanz/electrs.git
synced 2025-02-23 06:45:26 +01:00
9 lines
274 B
Bash
Executable file
9 lines
274 B
Bash
Executable file
#!/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
|