This commit is contained in:
Etherbloom 2025-08-19 11:34:05 +08:00 committed by GitHub
commit d987ba9934
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 8 deletions

View file

@ -16,23 +16,18 @@ jobs:
# prepare taskwarrior, initial setup
task rc.confirmation=off || echo 0
- name: Install Rust toolchain for grcov compilation
- name: Install Rust toolchains for grcov and taskwarrior-tui compilation
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
override: true
components: llvm-tools-preview
- name: Install grcov
uses: clechasseur/rs-cargo@v2
with:
command: install
args: grcov
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly
override: true
components: llvm-tools-preview
- name: Checkout testdata
uses: actions/checkout@v4
with:

View file

@ -4773,7 +4773,7 @@ mod tests {
terminal.backend().assert_buffer(&expected);
}
// #[test]
#[tokio::test]
async fn test_draw_context_menu() {
let mut expected = Buffer::with_lines(vec![
"╭Context───────────────────────────────────────────────────────────────────────╮",