Skip to content

Commit

Permalink
fixup! build: do not default to building test programs
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Dec 26, 2023
1 parent ffd377f commit 9768e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
xmake build pandagl_tests
xmake build libcss_tests
xmake build libui-router-tests
xmake run libi18n-tests
xmake run lcui_tests
xmake build libi18n-tests
xmake build lcui_tests
- name: Run YUtil tests
if: runner.os == 'Windows'
Expand Down

0 comments on commit 9768e34

Please sign in to comment.