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 ac88263Copy full SHA for ac88263
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 --verbose -- --nocapture --target $TARGET --features "strict"
+cargo test --verbose -- --nocapture --release --target $TARGET --features "strict"
0 commit comments