Auto merge of #3631 - phansch:add_itertools_to_integration_tests, r=phansch
Add itertools to integration tests Mainly because it causes an ICE in https://github.com/rust-lang/rust/issues/57298 and it's a good library to test anyway.
This commit is contained in:
commit
cf3fb908c8
@ -71,6 +71,8 @@ matrix:
|
|||||||
if: repo =~ /^rust-lang\/rust-clippy$/
|
if: repo =~ /^rust-lang\/rust-clippy$/
|
||||||
- env: INTEGRATION=hyperium/hyper
|
- env: INTEGRATION=hyperium/hyper
|
||||||
if: repo =~ /^rust-lang\/rust-clippy$/
|
if: repo =~ /^rust-lang\/rust-clippy$/
|
||||||
|
- env: INTEGRATION=bluss/rust-itertools
|
||||||
|
if: repo =~ /^rust-lang\/rust-clippy$/
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- os: windows
|
- os: windows
|
||||||
env: CARGO_INCREMENTAL=0 BASE_TESTS=true
|
env: CARGO_INCREMENTAL=0 BASE_TESTS=true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user