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

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

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