diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a8215d..6212ac0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v2 - name: Run Unit tests run: | - go test -race -covermode atomic -coverprofile=covprofile ./. + go test -race -covermode atomic -coverprofile=covprofile - name: Install goveralls run: go install github.com/mattn/goveralls@latest - name: Send coverage