Skip to content

Commit 7445e03

Browse files
committed
Use rust implementation for integration tests in CI
1 parent e0b243a commit 7445e03

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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:
125124
script:
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

0 commit comments

Comments
 (0)