#!/bin/bash
set -e
cd "${BASH_SOURCE%/*}"/..

cargo check --all-targets
cargo check --all-targets -F parking_lot
