1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-09-04 06:45:50 +03:00

use rust,ignore code fences in readme.md (fix #34)

so that we no longer need to add `--skip` on `cargo test`
Этот коммит содержится в:
rhysd
2023-10-19 11:36:27 +09:00
родитель 455df52464
Коммит f4cd38ed50
4 изменённых файлов: 25 добавлений и 30 удалений

Просмотреть файл

@@ -21,11 +21,9 @@ Please ensure that all tests and linter checks passed on your branch before crea
To run tests:
```sh
cargo test --features=search -- --skip src/lib.rs
cargo test --features=search
```
`--skip` is necessary since `cargo test` tries to run code blocks in [README file](./README.md).
To run linters:
```sh