From ea75fefb778d2a62cb042072fa24632648b0c5cb Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 2 Nov 2020 09:50:20 -0500 Subject: [PATCH] ci: test simd-accel feature This is in response to: https://github.com/hsivonen/encoding_rs/issues/64#issuecomment-720505594 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index c76cca1..bf8e400 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,3 +15,7 @@ matrix: rust: nightly script: - sh ci/miri.sh + - name: simd + rust: nightly + script: + - cargo test --verbose --features simd-accel