mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-30 06:24:21 +01:00
6 lines
144 B
Markdown
6 lines
144 B
Markdown
Currently the best way to run these tests are like this due to long running tests:
|
|
|
|
```bash
|
|
cargo test test_sequential_write -- --nocapture
|
|
```
|