From 5587897946ab818cc6693db0bd1c3ea209e8a77a Mon Sep 17 00:00:00 2001 From: StephenNneji <34302892+StephenNneji@users.noreply.github.com> Date: Thu, 5 Dec 2024 10:28:56 +0000 Subject: [PATCH] Reverts action to run on all servers (#295) --- .github/workflows/runTests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/runTests.yml b/.github/workflows/runTests.yml index c86ccb787..86cc8215d 100644 --- a/.github/workflows/runTests.yml +++ b/.github/workflows/runTests.yml @@ -14,8 +14,7 @@ jobs: test: strategy: matrix: - # platform: [Windows, Linux, macOS] - platform: [Linux] + platform: [Windows, Linux, macOS] runs-on: ${{ matrix.platform }} steps: