From f9ff6e0dbde98adf168d275ee3ea109b5d256d53 Mon Sep 17 00:00:00 2001 From: Grzegorz Dlugoszewski Date: Sun, 24 Aug 2025 20:56:07 +0200 Subject: [PATCH] Re-enable windows tests --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92b0097..c84ed6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,9 +17,7 @@ jobs: strategy: matrix: go-version: ['1.24'] - os: [ubuntu-latest, macos-latest] - # TODO: fix tests on windows - # os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} steps: