File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -395,9 +395,14 @@ This will trigger the [Release EQL](https://github.com/cipherstash/encrypt-query
395395
396396## Testing
397397
398- There are tests for EQL for PostgreSQL versions 14–17.
398+ There are tests for testing EQL against PostgreSQL versions 14–17.
399399
400- They easiest way to run them is in [ GitHub Actions] ( https://github.com/cipherstash/encrypt-query-language/actions/workflows/test-eql.yml ) .
400+ The easiest way to run the tests is in GitHub Actions:
401+
402+ - [ Automatically whenever there are changes] ( ./.github/workflows/test-eql.yml ) in the ` sql/ ` , ` tests/ ` , or ` tasks/ ` directories
403+ - By manually running [ the workflow] ( https://github.com/cipherstash/encrypt-query-language/actions/workflows/test-eql.yml )
404+
405+ You can also run the tests locally when doing local development.
401406
402407### Running tests locally
403408
You can’t perform that action at this time.
0 commit comments