@@ -425,14 +425,14 @@ These are the important files in the repo:
425
425
426
426
## Testing
427
427
428
- There are tests for testing EQL against PostgreSQL versions 14–17, that verify:
428
+ There are tests for checking EQL against PostgreSQL versions 14–17, that verify:
429
429
430
430
- Adding, removing, and modifying encrypted data and indexes
431
431
- Validating, applying, and removing configuration for encrypted data and encrypted indexes
432
- - Validating schemas for EQL configuration, encrypted data, and encrypted index
432
+ - Validating schemas for EQL configuration, encrypted data, and encrypted indexes
433
433
- Using PostgreSQL operators on encrypted data and indexes (` = ` , ` <> ` , ` @> ` )
434
434
435
- The easiest way to run the tests [ is in GitHub Actions] ( ./.github/workflows/test-eql.yml )
435
+ The easiest way to run the tests [ is in GitHub Actions] ( ./.github/workflows/test-eql.yml ) :
436
436
437
437
- Automatically whenever there are changes in the ` sql/ ` , ` tests/ ` , or ` tasks/ ` directories
438
438
- By manually running [ the workflow] ( https://github.com/cipherstash/encrypt-query-language/actions/workflows/test-eql.yml )
@@ -506,7 +506,7 @@ stateDiagram-v2
506
506
build_fail --> [*]
507
507
```
508
508
509
- You can also run the tests locally when doing local development.
509
+ You can also [ run the tests locally] ( #running-tests-locally ) when doing local development.
510
510
511
511
### Running tests locally
512
512
0 commit comments