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 a667191 commit c87477fCopy full SHA for c87477f
.github/workflows/ci.yml
@@ -65,6 +65,12 @@ jobs:
65
echo "📊 Analyzing build hermiticity..."
66
python3 tools/hermetic_test/analyze_exec_log.py /tmp/exec.json
67
68
+ - name: Run Comprehensive Hermetic Test Suite
69
+ run: |
70
+ echo "🧪 Running comprehensive hermetic test suite..."
71
+ chmod +x .hermetic_test.sh
72
+ ./.hermetic_test.sh
73
+
74
- name: Upload Execution Log (on failure)
75
if: failure()
76
uses: actions/upload-artifact@v4
0 commit comments