Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Mar 5, 2024
1 parent 616c480 commit bdea66e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --no-fail-fast --no-default-features --features tui
args: --no-fail-fast --no-default-features --features tui,crossterm
- name: Format
run: cargo fmt --all -- --check
- name: Clippy
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ unicode-width = "^0.1.10"
crossterm = "^0.27"
pretty_assertions = "1.2.1"
rand = "0.8.5"
tuirealm = "^1.8.0"
tuirealm = { version = "^1.9.0", default-features = false }

[features]
default = ["crossterm", "ratatui"]
Expand Down

0 comments on commit bdea66e

Please sign in to comment.