diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index bd86995..7a63133 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -19,7 +19,7 @@ jobs: go-version: "1.19" check-latest: true cache: true - - run: go test -race -failfast . + - run: go test -race -failfast ./... build: name: Build runs-on: ${{ matrix.os }}