docs: update runbook with cargo run commands and matrix config

This commit is contained in:
2026-02-12 15:00:04 +02:00
parent f836bdf6c4
commit 8cbe65fc7d
4 changed files with 129 additions and 49 deletions

View File

@@ -1,8 +0,0 @@
#!/bin/sh
set -e
echo "Running cargo nextest..."
cargo nextest run --all-features
echo "Pre-push checks passed!"