Add embed build tests

This commit is contained in:
crazywhalecc
2024-12-10 23:09:21 +08:00
committed by Jerry Ma
parent 43cc9d0ba3
commit 5c51305978
3 changed files with 19 additions and 7 deletions

View File

@@ -199,3 +199,7 @@ jobs:
- name: "Run Build Tests (build)"
run: php src/globals/test-extensions.php build_cmd ${{ matrix.os }} ${{ matrix.php }}
- name: "Run Build Tests (build - embed for non-windows)"
if: matrix.os != 'windows-latest'
run: php src/globals/test-extensions.php build_embed_cmd ${{ matrix.os }} ${{ matrix.php }}