summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 16f6997..b75013a 100644
--- a/README.md
+++ b/README.md
@@ -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