#!/usr/bin/env bash
set -euo pipefail
cargo test
bash tests/e2e/rho-id-github.sh
bash tests/e2e/rho-transparent-crypto.sh
bash tests/e2e/rho-recipient-crypto.sh
bash tests/e2e/rho-safe-tar-extract.sh
bash tests/e2e/rho-key-revocation.sh
bash tests/e2e/rho-request-review.sh
bash tests/e2e/rho-run-approve-request.sh
bash tests/e2e/rho-result-release.sh
bash tests/e2e/rho-repo-doctor.sh
bash tests/e2e/rho-auto-encrypt-policy.sh
bash tests/e2e/rho-join-admit.sh
bash tests/e2e/rho-check-pr.sh
bash tests/e2e/rho-refresh-protected.sh
bash tests/e2e/rho-audit-encryption.sh
bash tests/e2e/local-git-encrypted-collab.sh
bash tests/e2e/local-git-pi-sandbox-encrypted.sh
bash tests/e2e/git-branch-pr-fixture.sh
bash tests/e2e/two-console-smoke.sh
bash tests/e2e/pi-tool-fixtures.sh
bash tests/e2e/live-pi-tool-call.sh
