File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1717
1818echo " 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
You can’t perform that action at this time.
0 commit comments