From c2a13efed2b3bf3a8ba89809d7c5348cfeba8298 Mon Sep 17 00:00:00 2001 From: Ian Pun Date: Fri, 2 Feb 2024 16:51:04 -0800 Subject: [PATCH] only run tests once --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8833a7d..5c75d408 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,7 @@ on: jobs: test: - strategy: - matrix: - os: [ubuntu-latest, windows-latest] - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: