From 6d07e8971b2f428b6016f203fb28706fdd7ed224 Mon Sep 17 00:00:00 2001 From: Chris Pickel Date: Wed, 20 Nov 2024 21:45:37 +0900 Subject: [PATCH] Run test script in Windows CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c94855fc..af36906e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -94,7 +94,7 @@ jobs: - uses: ilammy/msvc-dev-cmd@v1 - run: python configure --antares-version=$(git describe --tags HEAD) - run: ./ninja -C out/win/opt - # - run: out/win/opt/procyon-cpp-test + - run: python scripts/test.py - run: python scripts/dist.py win zip - uses: actions/upload-artifact@v4