Make gzip an optional feature (default off)

This commit is contained in:
Sean McArthur
2019-09-19 11:11:24 -07:00
parent f4100e4148
commit f71227d968
10 changed files with 289 additions and 195 deletions

View File

@@ -15,5 +15,5 @@ install:
- cargo -vV
build: false
test_script:
- cargo test -- --test-threads=1
- cargo test --features blocking,gzip -- --test-threads=1
skip_branch_with_pr: true