build: add build recipe to justfile
All checks were successful
Rust / build (map[name:nightly]) (push) Successful in 7m38s
Rust / build (map[name:stable]) (push) Successful in 5m56s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Release Please / Release-plz (push) Successful in 3m35s

This commit is contained in:
Renovate Bot 2024-11-14 10:46:41 +00:00 committed by Paul Campbell
parent c9d853797e
commit eabf97dff8

View file

@ -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: install-hooks:
@echo "Installing git hooks" @echo "Installing git hooks"
cargo install cc-cli cargo install cc-cli