diff --git a/.cargo/config.toml b/.cargo/config.toml index ff007af..d784916 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,3 +1,3 @@ [alias] -watch-check = ["watch", "-x", "check --examples --all-features --workspace --benches --tests"] -watch-test = ["watch", "-x", "test --all-features -- --skip=src/lib.rs", "-w", "src"] +watch-check = ["watch", "-x", "check --examples --features ratatui-crossterm,search --no-default-features --tests", "-x", "check --examples --features search --tests"] +watch-test = ["watch", "-x", "test --features=search -- --skip=src/lib.rs", "-w", "src"]