From 19525f12a1a63884c81d328d3d26c4fe327ed88e Mon Sep 17 00:00:00 2001 From: "Nurul Huda (Apon)" Date: Thu, 16 Jul 2026 04:42:34 +0600 Subject: [PATCH] ci: rm build requirment for running test --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee306e5..4c1620a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,6 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - # os: [ubuntu-latest, macos-latest] steps: - name: Checkout code @@ -42,11 +41,9 @@ jobs: test: name: Test (${{ matrix.os }}) runs-on: ${{ matrix.os }} - needs: build strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - # os: [ubuntu-latest, macos-latest] steps: - name: Checkout code