summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-10-10 19:35:47 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-10-10 19:35:47 -0400
commit97bbc6ef1194ead9cb673fc325f0f943cef6475e (patch)
treef6cb5f84c23ae160a41bbf0e3ffd824c268bfe80
parent27a980c1bc0fb424d41803714c3a9041b4a5d830 (diff)
Update appveyor to test subcrates.
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index e46cab15..266812db 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -28,6 +28,8 @@ build: false
# TODO modify this phase as you see fit
test_script:
- cargo test --verbose
+ - cargo test --verbose --manifest-path grep/Cargo.toml
+ - cargo test --verbose --manifest-path globset/Cargo.toml
before_deploy:
# Generate artifacts for release