1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-23 14:50:45 +01:00
electrs/contrib/testChanges.sh

10 lines
274 B
Bash
Raw Normal View History

2023-02-04 18:13:19 +05:30
#!/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