From 99733ea047d84dc4c5304b1a816cc051187a4248 Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Thu, 26 Sep 2024 21:41:43 -0700 Subject: [PATCH] run tests in windows --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b5a4539..927f363 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,9 +8,7 @@ jobs: strategy: matrix: - # TODO get tests working in Windows too - # windows-latest - operating-system: [ubuntu-latest, macos-latest] + operating-system: [ubuntu-latest, windows-latest, macos-latest] steps: - uses: actions/checkout@v1