bakare/scripts/test.sh
2020-12-27 21:10:13 +00:00

12 lines
295 B
Bash
Executable file

#!/usr/bin/env bash
set -e
if [[ ! -z $CI ]]; then
export CARGO_HUSKY_DONT_INSTALL_HOOKS=true
fi
cargo fmt -- --check
cargo clippy --all-targets --all-features -- -D warnings
cargo check --frozen
cargo test --all-targets --all-features
cargo test --all-targets --all-features -- --ignored