From 22a02858b7f5d291043549c12594eade64c57c53 Mon Sep 17 00:00:00 2001 From: Christian Lewe Date: Thu, 20 Mar 2025 16:33:50 +0100 Subject: [PATCH] ci: Run tests on Windows --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aeaf545b..3eb2d6ef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -107,7 +107,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest] + os: [macos-latest, windows-latest] steps: - name: Checkout Crate uses: actions/checkout@v4