rust-bitcoin / rust-bitcoincore-rpc

Rust RPC client library for the Bitcoin Core JSON-RPC API.
313 stars 231 forks source link

Re-write CI #338

Closed tcharding closed 2 months ago

tcharding commented 2 months ago

Draft bebitcoin/rust-bitcoin-maintainer-tools/pull/4, after that PR merges we will need to update this to use master on rust-bitcoin-maintainer-tools (currently using the branch on my fork).cause on top of #343

Note the current CI script does not enforce rustfmt because the script does not exit with non-zero if cargo fmt --all -- --check returns non-zero return status - this is a bug.

tcharding commented 2 months ago

~The lint fails are real. Will fix if this gets a concept ack.~

tcharding commented 2 months ago

Woops I got mixed up, this crate runs the formatter not the linter in CI ...

tcharding commented 2 months ago

Replaced by #348