summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <pierre.henri.symoneaux@gmail.com>2019-08-25 14:04:52 +0200
committerPierre-Henri Symoneaux <pierre.henri.symoneaux@gmail.com>2019-08-25 14:04:52 +0200
commit1e06ea72ccf03cd2129d104360e1e07679190a07 (patch)
tree05db87099a5a154ae255702facf4f1ffbfced88e /appveyor.yml
parent3d4e388a4596a52ed4af5494ffdcccea45ac14cf (diff)
Build & test all features
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