From e2c828988f691596aaf8dc1da50590f4557d01a0 Mon Sep 17 00:00:00 2001 From: Adam Niederer Date: Tue, 26 Sep 2017 14:47:43 -0400 Subject: [PATCH] Run travis with as many extensions as possible --- ci/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/run.sh b/ci/run.sh index 5995bcbc6a..d208e51410 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -2,5 +2,5 @@ set -ex -cargo test --target $TARGET -cargo test --release --target $TARGET +RUSTFLAGS="-C target-cpu=native" cargo test --target $TARGET +RUSTFLAGS="-C target-cpu=native" cargo test --release --target $TARGET