You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add compile-tests step to GitHub Actions CI workflow
The test-ci script loads pre-compiled test files from test/compiled/,
but this directory is in .gitignore. Add explicit compile-tests step
in the CI workflow to generate these files before running tests.
This ensures the compiled test files exist in the CI environment.
0 commit comments