1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00
electrs/contrib/testChanges.sh
2023-02-04 14:43:19 +02:00

10 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