You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 1.06.01
- Update unit test checking if the `-defaults-file` respects liquibase configuration settings so that it works with 24.1.0+
- Add new unit tests checking if the `-defaults-file` can be found relative to the script containing the `liquibase update` command
Merge pull request #24 from jasonlyle88/develop
- Add parallelization control parameter, default to executing tests in a single test type in parallel (test types in serial)
- Never run anything against DATABASECHANGELOG, always used custom changelog
- Cleanup all changelog objects after all tests complete
- Update `find` command used to collect test cases to be POSIX compatible