diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f24c8c9..73e34fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: go build run: go build -v - name: go test - run: go test -test.v -race -cover + run: go test -test.v -race -cover ./... conventional-commits: runs-on: ubuntu-latest