summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-06-24 11:02:22 +0200
committerYuval Adam <_@yuv.al>2025-06-24 11:02:22 +0200
commitb9e321ff444970998a43cbf581648b3a15111804 (patch)
tree61a842425f173659e792eaaa0060bdd7caec7ab6 /README.md
parent0af0da3257671c65c8d55b886536b7b1d2bd3dc2 (diff)
Upgrade to rust 2024 and cleanup
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