Remove Migration from `integration-test` Command and `makefile` enhancement.
Closed this issue · 0 comments
sudiptob2 commented
Description
The integration-test
Makefile command currently includes running migrations. Since we now use TestContainers for integration tests, migrations are handled within the container setup. The migration step (for the integration test) in the Makefile is redundant and should be removed to streamline the process.
Tasks
- Remove migration execution from the
integration-test
command in the Makefile. - Ensure integration tests run smoothly without the migration step.