File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ echo "FEATURES=${FEATURES}"
22
22
echo " OBJDUMP=${OBJDUMP} "
23
23
24
24
cd coresimd
25
- cargo test --all --target $TARGET --features $FEATURES --verbose -- --nocapture
26
- cargo test --all --release --target $TARGET --features $FEATURES --verbose -- --nocapture
25
+ cargo test --all --target $TARGET --features $FEATURES --verbose
26
+ cargo test --all --release --target $TARGET --features $FEATURES --verbose
27
27
cd ..
28
- cargo test --all --target $TARGET --features $FEATURES --verbose -- --nocapture
29
- cargo test --all --release --target $TARGET --features $FEATURES --verbose -- --nocapture
28
+ cargo test --all --target $TARGET --features $FEATURES --verbose
29
+ cargo test --all --release --target $TARGET --features $FEATURES --verbose
You can’t perform that action at this time.
0 commit comments