mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-23 11:07:45 +02:00
Merge 8c23d0d344
into 1386e076c9
This commit is contained in:
commit
d987ba9934
2 changed files with 3 additions and 8 deletions
9
.github/workflows/generate_coverage.yml
vendored
9
.github/workflows/generate_coverage.yml
vendored
|
@ -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:
|
||||
|
|
|
@ -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───────────────────────────────────────────────────────────────────────╮",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue