summaryrefslogtreecommitdiff
path: root/check
blob: e5d1646da1333a6c0e1010dcb28a1f900318f1f6 (plain)
1
2
3
4
5
6
7
#!/bin/bash

set -euo pipefail

cargo clippy -q -- --deny=clippy::all
cargo build -q --all-targets
cargo test -q