Skip to content

Commit 8056fd1

Browse files
committed
[feat] global: add packaging tests
1 parent 6630ef6 commit 8056fd1

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/build_win.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,18 @@ jobs:
4949
with:
5050
name: FastTrack
5151
path: build/FastTrack
52+
53+
test_bundle:
54+
runs-on: windows-latest
55+
needs: build_win
56+
steps:
57+
- name: download artifact
58+
uses: actions/download-artifact@v4
59+
with:
60+
name: FastTrack
61+
path: FastTrack
62+
63+
- name: Run FastTrack executable
64+
run: |
65+
cd FastTrack
66+
./FastTrack-Cli.exe --help || echo "FastTrack-Cli.exe exited with code $LASTEXITCODE"

0 commit comments

Comments
 (0)