We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3209de commit 7ea8884Copy full SHA for 7ea8884
ci/run.sh
@@ -22,8 +22,8 @@ echo "FEATURES=${FEATURES}"
22
echo "OBJDUMP=${OBJDUMP}"
23
24
cd coresimd
25
-cargo test --all --target $TARGET --features $FEATURES --verbose -- --nocapture
26
-cargo test --all --release --target $TARGET --features $FEATURES --verbose -- --nocapture
+cargo test --all --target $TARGET --features $FEATURES --verbose
+cargo test --all --release --target $TARGET --features $FEATURES --verbose
27
cd ..
28
29
0 commit comments