Skip to content

Commit

Permalink
test: add README.md as case
Browse files Browse the repository at this point in the history
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
  • Loading branch information
hi-rustin committed Jul 6, 2023
1 parent c837517 commit c748985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cmd.rs
Expand Up @@ -4,4 +4,5 @@ fn test_cmd() {
let trycmd_example_binary = trycmd::cargo::cargo_bin("trycmd-example");
t.register_bin("trycmd-example", &trycmd_example_binary);
t.case("tests/cmd/*.toml");
t.case("README.md");
}

0 comments on commit c748985

Please sign in to comment.