mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
Add itertools to integration tests
This commit is contained in:
parent
756b32e1e2
commit
f8edc39c38
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue