|
@@ -13,6 +13,12 @@ addons:
|
|
|
|
|
|
# Main build
|
|
# Main build
|
|
script:
|
|
script:
|
|
|
|
+ # Default features configuration
|
|
- cargo build --verbose --all
|
|
- cargo build --verbose --all
|
|
|
|
+
|
|
|
|
+ # Other feature combinations
|
|
- cargo build --no-default-features --verbose --all
|
|
- cargo build --no-default-features --verbose --all
|
|
|
|
+- cargo build --features no-color --verbose --all
|
|
|
|
+
|
|
|
|
+ # Tests
|
|
- cargo test --verbose --all
|
|
- cargo test --verbose --all
|