#!/bin/sh
set -eu

./scripts/check
cargo test --locked --release --test web_shell
