6 lines
191 B
Bash
Executable File
6 lines
191 B
Bash
Executable File
set -e
|
|
|
|
cargo +nightly fmt --all --check
|
|
cargo clippy --workspace --lib --all-targets --all-features -- -D clippy::dbg-macro
|
|
cargo nextest run --workspace --lib --all-targets --all-features
|