[fix] build CI test targets separately

This commit is contained in:
dijunkun
2026-09-01 08:33:59 +08:00
parent a8cb0e21ce
commit 8752e51921
+3 -1
View File
@@ -142,7 +142,9 @@ jobs:
env:
XMAKE_GLOBALDIR: /data
run: |
xmake b -vy --root repository_structure_test crossdesk_wire_test keyboard_state_wire_test
xmake b -vy --root repository_structure_test
xmake b -vy --root crossdesk_wire_test
xmake b -vy --root keyboard_state_wire_test
xmake run --root repository_structure_test
xmake run --root crossdesk_wire_test
xmake run --root keyboard_state_wire_test