Skip to content

Commit f6c3b6b

Browse files
committed
[ci] --verbose, --nocapture, disable STDSIMD_TEST_EVERYTHING
1 parent dd1b530 commit f6c3b6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ matrix:
88
- env: TARGET=i586-unknown-linux-gnu
99
- env: TARGET=i686-unknown-linux-gnu
1010
- env: TARGET=x86_64-unknown-linux-gnu NO_ADD=1
11-
- env: TARGET=x86_64-unknown-linux-gnu-emulated NO_ADD=1 STDSIMD_TEST_EVERYTHING=1
11+
- env: TARGET=x86_64-unknown-linux-gnu-emulated NO_ADD=1
1212
- env: TARGET=arm-unknown-linux-gnueabihf
1313
- env: TARGET=armv7-unknown-linux-gnueabihf
1414
- env: TARGET=aarch64-unknown-linux-gnu

Diff for: ci/run.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ esac
1717

1818
echo "RUSTFLAGS=${RUSTFLAGS}"
1919

20-
cargo test --target $TARGET --features "strict"
21-
cargo test --release --target $TARGET --features "strict"
20+
cargo test --target $TARGET --features "strict" --verbose -- --nocapture
21+
cargo test --release --target $TARGET --features "strict" --verbose -- --nocapture

0 commit comments

Comments
 (0)