diff --git a/justfile b/justfile index 82a6dc97..ec580328 100644 --- a/justfile +++ b/justfile @@ -1,3 +1,15 @@ +build: + #!/usr/bin/env bash + set -e + cargo fmt + cargo fmt --check + cargo hack clippy + cargo hack build + cargo hack test + cargo doc + # cargo test --example get + cargo mutants --jobs 4 + install-hooks: @echo "Installing git hooks" cargo install cc-cli