Skip to content

Commit

Permalink
ci(github): update steps
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Sep 15, 2024
1 parent 077ca59 commit 178371a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,19 @@ jobs:
xmake build libi18n-tests
xmake build lcui_tests
- name: Run tests with memcheck
- name: Run tests for libraries with memcheck
if: runner.os == 'Linux'
run: |
xmake run pandagl_tests
xmake run yutil_test --memcheck
xmake run libcss_tests --memcheck
xmake run libui-router-tests --memcheck
xmake run libi18n-tests --memcheck
xmake run lcui_tests --memcheck
- name: Run tests for lcui with memcheck
if: runner.os == 'Linux'
run: |
xmake run lcui_tests --memcheck
- name: Run tests
if: runner.os == 'Windows'
Expand Down

0 comments on commit 178371a

Please sign in to comment.