Closed rap2hpoutre closed 1 year ago
It's easy to run automated tests thanks to Github actions. Using Postgres as a service in test workflow is easy too (I used it recently here: https://github.com/SocialGouv/mano/blob/main/.github/workflows/end-to-end-tests.yaml#L14-L23).
Since this lib is used by various projects, we should add some tests in order to not break things when we release new features.
Fixed via https://github.com/rap2hpoutre/pg-anonymizer/pull/42 thanks to @jackall3n <3
It's easy to run automated tests thanks to Github actions. Using Postgres as a service in test workflow is easy too (I used it recently here: https://github.com/SocialGouv/mano/blob/main/.github/workflows/end-to-end-tests.yaml#L14-L23).
Since this lib is used by various projects, we should add some tests in order to not break things when we release new features.