Skip to content

Commit 6dc64ee

Browse files
committed
ci: add CARGO_LOG to see fingerprint decisions
1 parent 54eb732 commit 6dc64ee

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,6 @@ jobs:
9696
cache-dependency-path: .github/scripts/requirements.txt
9797
- run: pip install -r .github/scripts/requirements.txt
9898
- name: Run tests
99-
run: python .github/scripts/ci_config.py run-group ${{ matrix.group }} --os ${{ inputs.os }}
99+
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

Comments
 (0)