diff --git a/.github/workflows/selftest.yml b/.github/workflows/selftest.yml index 8e230eb..2908ed0 100644 --- a/.github/workflows/selftest.yml +++ b/.github/workflows/selftest.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - os: ['ubuntu', 'macos', 'windows'] + os: ['ubuntu', 'macos'] # TODO: add windows name: on ${{ matrix.os }} runs-on: ${{ matrix.os }}-latest @@ -25,7 +25,7 @@ jobs: - name: Install gotestfmt uses: ./ with: - token: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Run gotestfmt working-directory: testdata