Skip to content

Commit

Permalink
Merge pull request #3 from Horryportier/simble_implementation
Browse files Browse the repository at this point in the history
ignored tui test
  • Loading branch information
Horryportier committed Jun 29, 2023
2 parents 0dec9fd + 9bc9ee5 commit 794999c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ impl App {
}
}
#[test]
#[ignore = "github action can't run tui"]
fn ui_test() -> Result<(), Box<dyn Error>> {
// setup terminal
enable_raw_mode()?;
Expand Down

0 comments on commit 794999c

Please sign in to comment.