File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,8 @@ matrix:
65
65
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
66
66
- env : INTEGRATION=Geal/nom
67
67
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
68
- # FIXME blocked on https://github.com/rust-lang/rust-clippy/issues/4727
69
- # - env: INTEGRATION=rust-lang/rustfmt
70
- # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
68
+ - env : INTEGRATION=rust-lang/rustfmt
69
+ if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
71
70
- env : INTEGRATION=hyperium/hyper
72
71
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
73
72
- env : INTEGRATION=bluss/rust-itertools
@@ -125,7 +124,7 @@ before_script:
125
124
script :
126
125
- |
127
126
if [[ -n ${INTEGRATION} ]]; then
128
- ./ci/ integration-tests.sh && sleep 5
127
+ cargo test --test integration --features integration && sleep 5
129
128
else
130
129
./ci/base-tests.sh && sleep 5
131
130
fi
You can’t perform that action at this time.
0 commit comments