Skip to content

Commit

Permalink
Add cargo check in CI (paritytech#17)
Browse files Browse the repository at this point in the history
I think `cargo test` alone might leak std features?
  • Loading branch information
NikVolf authored Jan 21, 2020
1 parent 6079255 commit b1611b6
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 @@ -3,3 +3,4 @@ language: rust
script:
- cargo test --release
- cargo test --release --no-default-features
- cargo check --no-default-features

0 comments on commit b1611b6

Please sign in to comment.