#!/bin/bash -e ## tools/test ## ## Run the full test suite. ## ## Best run as `tools/test` even if you have the `tools` directory in your ## $PATH, due to naming collisions with the `test` shell builtin or `/bin/test`. cd "$(dirname "$0")/.." npx vitest --run --coverage cargo test