Skip to content

Commit 69d8055

Browse files
authored
Merge pull request #494 from sfiera/win-test
Run test script in Windows CI
2 parents c59fb73 + b89dce1 commit 69d8055

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ jobs:
9494
- uses: ilammy/msvc-dev-cmd@v1
9595
- run: python configure --antares-version=$(git describe --tags HEAD)
9696
- run: ./ninja -C out/win/opt
97-
# - run: out/win/opt/procyon-cpp-test
97+
- run: python scripts/test.py --type=unit
98+
- run: python scripts/test.py --type=data
99+
- run: python scripts/test.py --type=replay
98100

99101
- run: python scripts/dist.py win zip
100102
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)