mirror of
https://github.com/actix/actix-web.git
synced 2025-02-23 06:16:15 +00:00
check examples
This commit is contained in:
parent
2e790dfcc6
commit
566066e855
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@ before_script:
|
|||
|
||||
script:
|
||||
- USE_SKEPTIC=1 cargo test --features=alpn
|
||||
- cd examples/diesel && cargo check && cd ../..
|
||||
- cd examples/multipart && cargo check && cd ../..
|
||||
- cd examples/template_tera && cargo check && cd ../..
|
||||
- cd examples/tls && cargo check && cd ../..
|
||||
- cd examples/websocket-chat && cargo check && cd ../..
|
||||
- |
|
||||
if [[ "$TRAVIS_RUST_VERSION" == "nightly" && $CLIPPY ]]; then
|
||||
cargo clippy
|
||||
|
|
Loading…
Reference in a new issue