From fe72ff3d144e03b458ecde45012fbfb9d1ac5456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Bj=C3=B8rn=20Greve?= Date: Sun, 10 Mar 2024 06:47:51 -0700 Subject: [PATCH] Update and rename windows_cd.yml to windows.yml and run xmake test --- .github/workflows/{windows_cd.yml => windows.yml} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename .github/workflows/{windows_cd.yml => windows.yml} (98%) 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