Skip to content

Commit

Permalink
Update and rename windows_cd.yml to windows.yml and run xmake test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-Greve authored Mar 10, 2024
1 parent 3a3f661 commit fe72ff3
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
${{ steps.get_target_name.outputs.target_name }}_x86.exe

0 comments on commit fe72ff3

Please sign in to comment.