Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Tests with feature flags fails Travis build #51

Closed
furuholm opened this issue Dec 27, 2019 · 0 comments · Fixed by #52
Closed

Tests with feature flags fails Travis build #51

furuholm opened this issue Dec 27, 2019 · 0 comments · Fixed by #52

Comments

@furuholm
Copy link
Contributor

The Travis test script contains two test steps that passes feature flags to the virtual workspace in the root directory

- cargo test --all --verbose --no-default-features --features="crypto-openssl"
- cargo test --all --verbose --no-default-features --features="crypto-native"

These have previosly been ignored but since cargo V1.40.0 feature flags (except --all-features) passed to a virtual workspace produces an error. This change makes the Travis build fail (which is good, because the tests were previosly just ignored).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant