mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 23:04:23 +00:00
tests(travis): added claptests based tests
Run the python based --release mode tests as well. They are mainly concerned with user facing messages, which are as important as the internal tests run `cargo test`.
This commit is contained in:
parent
9707917407
commit
de7d10af4c
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ before_script:
|
|||
script:
|
||||
- travis-cargo build
|
||||
- travis-cargo test
|
||||
- make -C clap-tests test
|
||||
- travis-cargo doc
|
||||
after_success:
|
||||
- travis-cargo --only beta doc-upload
|
||||
|
|
Loading…
Reference in a new issue