1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-09-05 07:15:49 +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 удалений

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

@@ -1,3 +1,3 @@
[alias]
watch-check = ["watch", "-x", "clippy --features ratatui-crossterm,search --no-default-features --examples --tests", "-x", "clippy --features search --examples --tests"]
watch-test = ["watch", "-x", "test --features=search -- --skip=src/lib.rs", "-w", "src", "-w", "tests"]
watch-test = ["watch", "-x", "test --features=search", "-w", "src", "-w", "tests"]