Skip to content

Commit ac88263

Browse files
authored
Run CI with --verbose -- --nocapture
1 parent c96b603 commit ac88263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/run.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ esac
1717

1818
echo "RUSTFLAGS=${RUSTFLAGS}"
1919

20-
cargo test --target $TARGET --features "strict"
21-
cargo test --release --target $TARGET --features "strict"
20+
cargo test --verbose -- --nocapture --target $TARGET --features "strict"
21+
cargo test --verbose -- --nocapture --release --target $TARGET --features "strict"

0 commit comments

Comments
 (0)