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 364a7ac commit e324ee1Copy full SHA for e324ee1
.github/workflows/ci.yml
@@ -40,15 +40,6 @@ jobs:
40
run: |
41
python -m pytest -v
42
43
- - name: Run standalone test files
44
- run: |
45
- # V2.0: Run new semantic framework tests
46
- # Suppress VocabularyManager initialization messages
47
- python test_primitives.py 2>/dev/null || python test_primitives.py
48
- python test_language_semantics.py 2>/dev/null || python test_language_semantics.py
49
- python test_enhanced_parser.py 2>/dev/null || python test_enhanced_parser.py
50
- python test_harmonizer_enhanced.py 2>/dev/null || python test_harmonizer_enhanced.py
51
-
52
- name: Check Code Harmony
53
54
# v1.2+: Harmony check with automatic exit codes
0 commit comments