refactor(colorscheme): add RosePine enum

This commit is contained in:
2024-12-27 14:01:52 +02:00
parent 4635b0f134
commit 3b5c92e998
10 changed files with 206 additions and 52 deletions

View File

@@ -27,9 +27,7 @@ jobs:
sweep-cache: true
- name: Run tests
run: |
cargo test --locked --workspace --all-features --all-targets
# Workaround for https://github.com/rust-lang/cargo/issues/6669
cargo test --locked --workspace --all-features --doc
cargo test --locked --workspace --no-default-features
# Run clippy lints.
clippy:
name: Clippy