diff --git a/.github/workflows/windows_cd.yml b/.github/workflows/windows.yml similarity index 98% rename from .github/workflows/windows_cd.yml rename to .github/workflows/windows.yml index cecb2d6..441744d 100644 --- a/.github/workflows/windows_cd.yml +++ b/.github/workflows/windows.yml @@ -52,6 +52,10 @@ jobs: xmake f -v -a ${{ matrix.arch }} -y xmake -vD -y + - name: Run tests + run: | + xmake test -v + - name: Get target name id: get_target_name run: | @@ -139,4 +143,4 @@ jobs: body_path: CHANGELOG.md files: | ${{ steps.get_target_name.outputs.target_name }}_x64.exe - ${{ steps.get_target_name.outputs.target_name }}_x86.exe \ No newline at end of file + ${{ steps.get_target_name.outputs.target_name }}_x86.exe