diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af3aa21..3f8541d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,4 +76,4 @@ jobs: # SOME_VAR: ${{ secrets.SOME_VAR }} run: | - go test -v -cover ./internal/provider/ \ No newline at end of file + go test -v -cover ./... \ No newline at end of file