diff options
| author | Yuval Adam <_@yuv.al> | 2025-06-24 11:02:22 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-06-24 11:02:22 +0200 |
| commit | b9e321ff444970998a43cbf581648b3a15111804 (patch) | |
| tree | 61a842425f173659e792eaaa0060bdd7caec7ab6 /README.md | |
| parent | 0af0da3257671c65c8d55b886536b7b1d2bd3dc2 (diff) | |
Upgrade to rust 2024 and cleanup
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 |
