From b89dce170da7a7347e473f5291e3c24935657f25 Mon Sep 17 00:00:00 2001 From: Chris Pickel Date: Wed, 20 Nov 2024 21:55:11 +0900 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20run=20offscreen=20tests=20in=20?= =?UTF-8?q?Windows=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index af36906e..9610a46c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -94,7 +94,9 @@ jobs: - uses: ilammy/msvc-dev-cmd@v1 - run: python configure --antares-version=$(git describe --tags HEAD) - run: ./ninja -C out/win/opt - - run: python scripts/test.py + - run: python scripts/test.py --type=unit + - run: python scripts/test.py --type=data + - run: python scripts/test.py --type=replay - run: python scripts/dist.py win zip - uses: actions/upload-artifact@v4