Revert "[test] add examples-check target with stubbed BIN and no-network validation for example scripts"

This reverts commit a26eade80b.
This commit is contained in:
2025-08-12 06:00:07 +02:00
parent 4e117d78f8
commit fbf3aab23c
7 changed files with 0 additions and 87 deletions

View File

@@ -47,16 +47,6 @@ Tests
- cargo test
- The test suite includes CLI-oriented integration tests and unit tests. Some tests simulate GPU detection using env vars (POLYSCRIBE_TEST_FORCE_*). Do not rely on these flags in production code.
Examples check (no network, non-interactive)
- To quickly validate that example scripts are wired correctly (no prompts, quiet, exit 0), run:
- make examples-check
- What it does:
- Iterates over examples/*.sh
- Forces execution with --no-interaction and -q via a wrapper
- Uses a stubbed BIN that performs no network access and exits successfully
- Redirects stdin from /dev/null to ensure no prompts
- This is intended for CI smoke checks and local verification; it does not actually download models or transcribe audio.
Clippy
- Run lint checks and treat warnings as errors:
- cargo clippy --all-targets -- -D warnings