mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
* wip: enhance release ci
* update PR checklist
* wip: rewrite e2e in rust
* add e2e cargo module
* rewrite all e2e tests in rust
* remove python tests
* clippy & fmt
* use cargo tests in ci
* use which to get tmux
* check len
* check all lens
* increase time out and parallelism
* fix no hscroll typo
* better check for print0
* add sleep
* fix execute_0
* update release ci
* try optimizing tests
* better sleep
* Revert "better sleep"
This reverts commit b966367999.
* split ci
* cleanup
* test without anchor
* use release-please
---------
Co-authored-by: LoricAndre <loric.andre@pm.me>
11 lines
125 B
TOML
11 lines
125 B
TOML
[workspace]
|
|
members = [ "e2e",
|
|
"skim",
|
|
"xtask"
|
|
]
|
|
resolver = "2"
|
|
default-members = ["skim"]
|
|
|
|
[profile.release]
|
|
lto = true
|