зеркало из
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`
Этот коммит содержится в:
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user