From c16725ec05c98fad8889b79857de6f0566ad1723 Mon Sep 17 00:00:00 2001 From: Grzegorz Dlugoszewski Date: Mon, 11 Aug 2025 23:41:53 +0200 Subject: [PATCH] Disable CI test on windows --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 877bf05..771b589 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,9 @@ jobs: strategy: matrix: go-version: ['1.24'] - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, macos-latest] + # TODO: fix tests on windows + # os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} steps: