Commit 797a029
committed
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.1 parent f526aff commit 797a029
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
0 commit comments