Skip to content

Commit 88b15b0

Browse files
committed
Explain how CI works in more detail
1 parent 1373d67 commit 88b15b0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)