From 2cd0f1869433263d7e05e966dffb0f8e3c5b53a9 Mon Sep 17 00:00:00 2001 From: "Mauricio A. Rovira Galvez" <8482308+marovira@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:18:36 -0700 Subject: [PATCH] [brief] Enabling tests to run on Windows. [detailed] - Should probably expand coverage since we do support it. --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8d4593f..6286961 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,9 +18,10 @@ on: jobs: test: - runs-on: ubuntu-latest strategy: fail-fast: false + matrix: + os: ["ubuntu-latest", "windows-latest"] steps: - name: Checkout uses: actions/checkout@v4