Skip to content

Commit bd24531

Browse files
committed
Use rust implementation for integration tests in CI
1 parent b51e2a6 commit bd24531

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

+3-4
Original file line numberDiff line numberDiff 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:
127126
script:
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

0 commit comments

Comments
 (0)