#!/bin/sh
set -e
cd csr-engine
cargo fmt -- --check
cargo clippy -- -D warnings
cargo test --lib 2>/dev/null
