Also test the documentation on cargo test.

This commit is contained in:
Dimitri Sabadie 2018-08-07 01:16:38 +02:00
parent 6142c24bb8
commit 12c6968ffe
No known key found for this signature in database
GPG Key ID: DE58C386A8DB2883

View File

@ -13,5 +13,5 @@ script:
- rustc --version
- cargo --version
- cargo build --verbose
- cargo test --lib --verbose
- cargo test --verbose
- cd examples && cargo check --verbose