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