#!/bin/bash set -e cd "${BASH_SOURCE%/*}"/.. cargo check --all-targets cargo test cargo test --release cargo doc