Skip to content

Commit 3eb41cc

Browse files
committed
CI: Add run windows executable step
1 parent 64d486f commit 3eb41cc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/test.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,20 @@ jobs:
145145
if: ${{ runner.arch == 'ARM64' }}
146146
working-directory: ${{steps.download.outputs.download-path}}/artifact
147147

148+
run-win32:
149+
name: Run win32
150+
needs:
151+
- tests
152+
runs-on:
153+
windows-latest
154+
steps:
155+
- uses: actions/download-artifact@v4
156+
id: download
157+
- run: ls
158+
working-directory: ${{steps.download.outputs.download-path}}/artifact
159+
- run: "./scalals-windows-x86_64 -lh"
160+
working-directory: ${{steps.download.outputs.download-path}}/artifact
161+
148162
release:
149163
if: github.ref == 'refs/heads/main'
150164
needs:

0 commit comments

Comments
 (0)