File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
- env : TARGET=i586-unknown-linux-gnu
9
9
- env : TARGET=i686-unknown-linux-gnu
10
10
- 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
12
12
- env : TARGET=arm-unknown-linux-gnueabihf
13
13
- env : TARGET=armv7-unknown-linux-gnueabihf
14
14
- env : TARGET=aarch64-unknown-linux-gnu
Original file line number Diff line number Diff line change 17
17
18
18
echo " RUSTFLAGS=${RUSTFLAGS} "
19
19
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