diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -74,7 +74,11 @@ cargo test ### Baseline Tests (Quick Verification) ```bash +# Basic test cargo test baseline_decoder_test -- --nocapture + +# With debug output +RUST_LOG=info cargo test baseline_decoder_test -- --nocapture ``` ### Comprehensive Test Suite |
