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:
6565 if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
6666 - env : INTEGRATION=Geal/nom
6767 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)
7170 - env : INTEGRATION=hyperium/hyper
7271 if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
7372 - env : INTEGRATION=bluss/rust-itertools
@@ -125,7 +124,7 @@ before_script:
125124script :
126125 - |
127126 if [[ -n ${INTEGRATION} ]]; then
128- ./ci/ integration-tests.sh && sleep 5
127+ cargo test --test integration --features integration && sleep 5
129128 else
130129 ./ci/base-tests.sh && sleep 5
131130 fi
You can’t perform that action at this time.
0 commit comments