chore: check each feature works properly (#1695)

It is hard to maintain features list manually, so use cargo-hack's
`--each-feature` flag. And cargo-hack provides a workaround for an issue
that dev-dependencies leaking into normal build (`--no-dev-deps` flag),
so removed own ci tool.

Also, compared to running tests on all features, there is not much
advantage in running tests on each feature, so only the default features
and all features are tested.
If the behavior changes depending on the feature, we need to test it as
another job in CI.
This commit is contained in:
Taiki Endo
2019-10-31 21:09:32 -07:00
committed by Carl Lerche
parent 2902e39db0
commit 02f7264008
23 changed files with 75 additions and 284 deletions
-1
View File
@@ -9,6 +9,5 @@ members = [
# Internal
"examples",
"tests-build",
"tests-integration",
]