From c754e9447c98d7a92719f3e0d0d3c42f55919b66 Mon Sep 17 00:00:00 2001 From: Leo McArdle Date: Thu, 9 Oct 2025 11:51:41 +0100 Subject: [PATCH] wip: run tests on windows --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ca0a08d06..6f06610b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,10 @@ jobs: run: npx tsc --noEmit test: - runs-on: ubuntu-latest + strategy: + matrix: + os: [ubuntu-latest, windows-latest] + runs-on: ${{ matrix.os }} defaults: run: working-directory: fred