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: