#!/bin/sh
set -eu

./scripts/check
cargo test --locked --release --test auth --test ssh
