Skip to content
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,14 @@ This will trigger the [Release EQL](https://github.com/cipherstash/encrypt-query

## Testing

There are tests for EQL for PostgreSQL versions 14–17.
There are tests for testing EQL against PostgreSQL versions 14–17.

They easiest way to run them is in [GitHub Actions](https://github.com/cipherstash/encrypt-query-language/actions/workflows/test-eql.yml).
The easiest way to run the tests is in GitHub Actions:

- [Automatically whenever there are changes](./.github/workflows/test-eql.yml) in the `sql/`, `tests/`, or `tasks/` directories
- By manually running [the workflow](https://github.com/cipherstash/encrypt-query-language/actions/workflows/test-eql.yml)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there an arch diagram of what this looks like?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also ref this comment on line 394 for the release component

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be addressed in 7aca897.


You can also run the tests locally when doing local development.

### Running tests locally

Expand Down