Skip to content

Commit

Permalink
ci(benches): cargo check on benches. (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored Oct 30, 2020
1 parent 3bf8226 commit d4c1e34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ script:
- cargo build --verbose --no-default-features
- cargo build --verbose --features "http"
- cargo build --verbose --features "ws"
- cargo check --benches --all-features
# TODO: add this back when the documentation has been updated.
# - RUSTDOCFLAGS="--deny intra_doc_link_resolution_failure" cargo +nightly doc --verbose --workspace --no-deps --document-private-items
- cargo +nightly doc --verbose --workspace --no-deps --document-private-items
Expand Down

0 comments on commit d4c1e34

Please sign in to comment.