Skip to content

Commit

Permalink
remove integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon committed Oct 16, 2024
1 parent 052dd85 commit 98c0b0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 1 addition & 3 deletions README_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 98c0b0b

Please sign in to comment.