diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 453742c..f4af17a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,4 +13,4 @@ jobs: with: go-version: '1.22' - name: Run tests with race detector - run: go test -race ./... \ No newline at end of file + run: go test -v -race ./... \ No newline at end of file