summaryrefslogtreecommitdiff
path: root/script/check
blob: efeb3c7bb42e674be3471cad2b191a309d4f208b (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

set -o errexit
set -o nounset
set -o xtrace

cargo check --workspace
cargo test --workspace
cargo clippy --all-targets --all-features -- --deny warnings
cargo audit
Generated by cgit. See skreutz.com for my tech blog and contact information.