#!/usr/bin/env bash

set -euxo pipefail

cargo nextest run --workspace --no-fail-fast --features unit-eval --no-capture -E 'test(::eval_)'
