diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c1d0fbd..5e6fe64 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,8 +11,6 @@ jobs: runs-on: ${{ matrix.os }} strategy: - # Fail fast is disabled because there are Go version specific features and tests - # that should be able to fail independently. fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest]