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 @@ -66,9 +66,8 @@ matrix:
6666 # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
6767 - env : INTEGRATION=Geal/nom
6868 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)
7271 - env : INTEGRATION=hyperium/hyper
7372 if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
7473 - env : INTEGRATION=bluss/rust-itertools
@@ -127,7 +126,7 @@ before_script:
127126script :
128127 - |
129128 if [[ -n ${INTEGRATION} ]]; then
130- ./ci/ integration-tests.sh && sleep 5
129+ cargo test --test integration --features integration && sleep 5
131130 else
132131 ./ci/base-tests.sh && sleep 5
133132 fi
You can’t perform that action at this time.
0 commit comments