fix(ci): remove compiler flag from PHPT test runner

- Removed --compiler ./tpc flag from run-tests.php command
- Fixed test execution to use default compiler instead of bootstrap compiler
- Updated workflow to properly handle compiler tests without explicit compiler path
debug/ci-class-id-cache
韩天峰 13 hours ago
parent 983333dc2e
commit 821f639e8f
  1. 2
      .github/workflows/tests.yml

@ -223,7 +223,7 @@ jobs:
- name: Run compiler PHPT suite with bootstrap compiler
run: |
mkdir -p build
php run-tests.php -q -j8 --compiler ./tpc \
php run-tests.php -q -j8 \
-w build/failed-tests.txt -W build/test-results.txt tests/compiler
- name: Upload PHPT failure artifacts

Loading…
Cancel
Save