We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--verbose -- --nocapture
1 parent c96b603 commit 9163e79Copy full SHA for 9163e79
ci/run.sh
@@ -17,5 +17,5 @@ esac
17
18
echo "RUSTFLAGS=${RUSTFLAGS}"
19
20
-cargo test --target $TARGET --features "strict"
21
-cargo test --release --target $TARGET --features "strict"
+cargo test --target $TARGET --features "strict" --verbose -- --nocapture
+cargo test --release --target $TARGET --features "strict" --verbose -- --nocapture
0 commit comments