You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ci: parallelize CI jobs
- remove the dependency on the lint job from all other jobs
- implement workflow concurrency
- reorder the workflow so that the lint, clippy and coverage jobs are
scheduled before the test jobs
- run jobs which run for each backend in parallel by calling e.g.
cargo make test-termion, instead of cargo make test
- add a coverage task to the makefile
- change "cargo-make check" to check all features valid for OS in
parallel
- run clippy only on the ubuntu-latest runner and check all features
valid in parallel
- tidy up the workflow file
* ci: simplify Makefile OS detection
Use platform overrides to significantly simplify the Makefile logic
See https://github.com/sagiegurari/cargo-make\#platform-override
* fix(termwiz): skip doc test that requires stdout
Assuming that catppuccin/rust#9 is merged, we can point to this as one approach for getting some nice app colors.
There's also https://docs.rs/matdesign-color/latest/matdesign_color/ (old, but simple) or https://crates.io/crates/material (app, not a lib - yet) and probably a Tailwind crate somewhere.
I couldn't find a generic Color Theme crate, but that doesn't mean one doesn't exist.
The text was updated successfully, but these errors were encountered: