mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
12 lines
153 B
Markdown
12 lines
153 B
Markdown
|
|
Integration and regression test suite.
|
|
|
|
```bash
|
|
|
|
# run all tests
|
|
cargo test
|
|
|
|
# run individual test
|
|
cargo test test_sequential_write -- --nocapture
|
|
```
|