diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d92488913..0d69b202f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,5 @@ jobs: go-version: 1.24.2 cache: true - - name: Run tests - run: go test -v ./... - - name: Run tests with race detection - run: go test -race ./... \ No newline at end of file + run: go test -race ./...