summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f653c4b..7f72c1e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,7 +15,9 @@ install:
build_script:
- cargo build --verbose
- cargo build --verbose --no-default-features
+ - cargo build --verbose --all-features
test_script:
- cargo test --verbose
- cargo test --verbose --no-default-features
+ - cargo test --verbose --all-features