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 d165ab9 commit 258d92cCopy full SHA for 258d92c
1 file changed
.github/workflows/validate.yml
@@ -43,6 +43,15 @@ jobs:
43
# One command, every gate: the deterministic harness + stats drift + count drift + the mutation
44
# meta-harness + the public-harness contract (green WITHOUT the internal held-out keys — the Phase-7
45
# unblock). validate_all prints a per-gate PASS/FAIL line, so CI keeps full visibility in one step.
46
+ - name: DEBUG — surface failing gates (temporary)
47
+ env:
48
+ PYTHONUTF8: '1'
49
+ run: |
50
+ echo "=== harness [FAIL] lines ==="
51
+ python tests-fixtures-v1/_chat_validation.py 2>&1 | grep -E '\[FAIL\]|RESULT:' || true
52
+ echo "=== build_stats --check (drift detail) ==="
53
+ python tools/build_stats.py --check 2>&1 | tail -25 || true
54
+
55
- name: Run ALL validation gates (tools/validate_all.py)
56
env:
57
PYTHONUTF8: '1'
0 commit comments