mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
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$/
|
||||
- env: INTEGRATION=hyperium/hyper
|
||||
if: repo =~ /^rust-lang\/rust-clippy$/
|
||||
- env: INTEGRATION=bluss/rust-itertools
|
||||
if: repo =~ /^rust-lang\/rust-clippy$/
|
||||
allow_failures:
|
||||
- os: windows
|
||||
env: CARGO_INCREMENTAL=0 BASE_TESTS=true
|
||||
|
Loading…
Reference in New Issue
Block a user