go-gorm / optimisticlock

optimistic lock plugin for gorm
MIT License
84 stars 18 forks source link

Refactor test setup and dependency management #40

Closed icpd closed 2 weeks ago

icpd commented 1 month ago

This commit primarily focuses on the reorganization of test files and modification of module dependencies. The test files have been relocated to the 'tests' directory for a clearer structure. Additionally, module dependencies relevant for testing have been updated to reflect current requirements. Simultaneously, the PostgreSQL setup has been removed from the GitHub Actions workflow, simplifying the Continuous Integration setup.