mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-24 08:05:02 +01:00
21 lines
757 B
Makefile
21 lines
757 B
Makefile
precommit:
|
|
rustup default stable
|
|
cargo fmt
|
|
cargo check -p cashu
|
|
cargo check -p cashu-sdk --no-default-features --features mint
|
|
cargo check -p cashu-sdk --no-default-features --features wallet
|
|
cargo check -p cashu-sdk --no-default-features --features blocking
|
|
typos
|
|
cargo test -p cashu
|
|
cargo test -p cashu-sdk
|
|
cargo clippy
|
|
cargo clippy --target wasm32-unknown-unknown -p cashu
|
|
cargo clippy --target wasm32-unknown-unknown -p cashu-sdk
|
|
rustup default 1.70.0
|
|
cargo check -p cashu
|
|
cargo check -p cashu-sdk --no-default-features --features mint
|
|
cargo check -p cashu-sdk --no-default-features --features wallet
|
|
cargo check -p cashu-sdk --no-default-features --features blocking
|
|
cargo test -p cashu
|
|
cargo test -p cashu-sdk
|
|
rustup default stable
|