mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-20 09:15:23 -04:00
* Run all tests fasts in postgres
* Moving postgres config to a file
* Addressing PR review comments
* Testing against mysql in the CI to keep things less changed
* Revert "Testing against mysql in the CI to keep things less changed"
This reverts commit fc940c111d.
* Fixing a test broken in postgres but working in mysql
* Fixing some tests
* Fixing some config tests with postgres
* Fixing the rest of config tests
* Fixing govet error
* Fixing search tests for postgres
3 lines
58 B
Text
3 lines
58 B
Text
listen_addresses = '*'
|
|
fsync = off
|
|
full_page_writes = off
|