From 6199f160af81afd671bf1a7ea0cb381aa5f9a738 Mon Sep 17 00:00:00 2001 From: Stephen Nneji Date: Thu, 5 Dec 2024 09:45:36 +0000 Subject: [PATCH] Reverts action to run on all servers --- .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: