#!/bin/sh # Runs this crate's tests. Extra arguments are forwarded to `cargo test`. set -eu cd "$(dirname "$0")/server" exec cargo test "$@"