diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c8b6c51..885d3c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,4 +17,4 @@ jobs: go-version-file: 'go.mod' - name: Test - run: make test-integration GOTEST_FLAGS="-v -count=1" + run: make test GOTEST_FLAGS="-v -count=1" diff --git a/README_TEMPLATE.md b/README_TEMPLATE.md index a1c908f..0da9a6c 100644 --- a/README_TEMPLATE.md +++ b/README_TEMPLATE.md @@ -8,9 +8,7 @@ Run `make build` to build the processor. ## Testing -Run `make test` to run all the unit tests. Run `make test-integration` to run the integration tests. - -The Docker compose file at `test/docker-compose.yml` can be used to run the required resource locally. +Run `make test` to run all the unit tests. ## Functionality