Don't run tests with minimal dependencies

Otherwise the build fails due to issues with rand 0.6.
This commit is contained in:
Vinzent Steinberg 2019-09-02 14:26:47 +02:00
parent 51f07bb799
commit 27a14185ee
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ matrix:
name: "Minimal dependency versions"
script:
- cargo generate-lockfile -Z minimal-versions
- cargo test
- cargo check # Building the test results in problems with rand 0.6
addons:
apt: