Skip to content

Commit c6a4adf

Browse files
committed
run test suite in verbose mode
1 parent 0af4ea1 commit c6a4adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ jobs:
475475
pip install -U pip
476476
pip install -r tests/requirements.txt
477477
pip install pydantic-core --no-index --no-deps --find-links pgo-wheel --force-reinstall
478-
pytest tests/benchmarks
478+
pytest tests/benchmarks -v -s
479479
480480
- name: deduce llvm-profdata location
481481
run: rustup run stable bash -c 'echo LLVM_PROFDATA=$RUSTUP_HOME/toolchains/$RUSTUP_TOOLCHAIN/lib/rustlib/${{ env.RUST_HOST }}/bin/llvm-profdata >> "$GITHUB_ENV"'

0 commit comments

Comments
 (0)