diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 4c083f5..94252d4 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -33,4 +33,4 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Run tests - run: go test -v -cover -coverpkg=./... ./integration_tests \ No newline at end of file + run: go test -v -cover -coverpkg=./... ./... \ No newline at end of file