mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 17:07:17 +00:00
Auto merge of #3951 - phansch:add_combine_integration_test, r=phansch
Add Marwes/combine to integration tests repo link: https://github.com/Marwes/combine `combine` uses a lot of macros internally, has been downloaded more than 200_000 times and is also a dependency of [`redis-rs`](https://crates.io/crates/redis). Clippy also previously ICEd on combine in #3747 so I think it would be good to have this crate as an integration test.
This commit is contained in:
commit
b1f05de7c5
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ matrix:
|
|||
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
|
||||
- env: INTEGRATION=bluss/rust-itertools
|
||||
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
|
||||
- env: INTEGRATION=Marwes/combine
|
||||
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
|
||||
allow_failures:
|
||||
- os: windows
|
||||
env: CARGO_INCREMENTAL=0 BASE_TESTS=true
|
||||
|
|
Loading…
Reference in a new issue