Skip to content

Commit

Permalink
Test with all features, build features independently
Browse files Browse the repository at this point in the history
  • Loading branch information
h4sh3d committed Mar 29, 2021
1 parent 91d4e3b commit 6bd565e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ rust:
script:
- cargo build --verbose
- cargo build --verbose --features serde_support
- cargo test --verbose
- cargo test --verbose --features serde_support
- cargo build --verbose --features strict_encoding_support
- cargo build --verbose --all-features
- cargo test --verbose --all-features

0 comments on commit 6bd565e

Please sign in to comment.