Improve CI tests
This commit is contained in:
parent
de34bd4d26
commit
8290da3c56
2 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ notifications:
|
|||
on_failure: always
|
||||
|
||||
script:
|
||||
- cargo build
|
||||
- cargo test
|
||||
- cargo test --no-default-features
|
||||
- cargo doc --no-deps
|
||||
- rustdoc --test README.md -L target/debug
|
||||
|
||||
|
|
|
@ -35,5 +35,5 @@ install:
|
|||
build: false
|
||||
|
||||
test_script:
|
||||
- cargo build
|
||||
- cargo test
|
||||
- cargo test --no-default-features
|
||||
|
|
Loading…
Add table
Reference in a new issue