Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistonight committed May 2, 2024
1 parent 50da97d commit a89db7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ tasks:
- cargo fmt --all
- txtpp README.md

test:
desc: Run tests
cmds:
- cargo test
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
//! quiet: false,
//! color: None,
//! },
//! delete: false,
//! };
//!
//! // don't need this if you don't need output to stdout
Expand Down Expand Up @@ -57,6 +58,7 @@
//! quiet: false,
//! color: None,
//! },
//! delete: false,
//! }),
//! dir: "my/repo".to_string(),
//! });
Expand Down

0 comments on commit a89db7c

Please sign in to comment.