#!/usr/bin/env nu

cargo clippy --fix --allow-staged --all-features
cargo fmt
git update-index --again
cargo test --all-features
