We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54eb732 commit 6dc64eeCopy full SHA for 6dc64ee
1 file changed
.github/workflows/build-and-test.yml
@@ -96,4 +96,6 @@ jobs:
96
cache-dependency-path: .github/scripts/requirements.txt
97
- run: pip install -r .github/scripts/requirements.txt
98
- name: Run tests
99
- run: python .github/scripts/ci_config.py run-group ${{ matrix.group }} --os ${{ inputs.os }}
+ env:
100
+ CARGO_LOG: cargo::core::compiler::fingerprint=info
101
+ run: python .github/scripts/ci_config.py run-group ${{ matrix.group }} --os ${{ inputs.os }} 2>&1 | head -200
0 commit comments