We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af4ea1 commit c6a4adfCopy full SHA for c6a4adf
.github/workflows/ci.yml
@@ -475,7 +475,7 @@ jobs:
475
pip install -U pip
476
pip install -r tests/requirements.txt
477
pip install pydantic-core --no-index --no-deps --find-links pgo-wheel --force-reinstall
478
- pytest tests/benchmarks
+ pytest tests/benchmarks -v -s
479
480
- name: deduce llvm-profdata location
481
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