Skip to content
Snippets Groups Projects
  • Benjamin Bertrand's avatar
    b4f9c100
    Speed up local tests on OSX · b4f9c100
    Benjamin Bertrand authored
    Using a volume for postgres data makes the tests very slow on OSX.
    When running the tests, there is no need to persist the data (db is
    recreated before each session).
    
    `make db_test` should be used to start postgres without mounting the data
    volume (skip the docker-compose.override.yml).
    b4f9c100
    History
    Speed up local tests on OSX
    Benjamin Bertrand authored
    Using a volume for postgres data makes the tests very slow on OSX.
    When running the tests, there is no need to persist the data (db is
    recreated before each session).
    
    `make db_test` should be used to start postgres without mounting the data
    volume (skip the docker-compose.override.yml).
Code owners
Assign users and groups as approvers for specific file changes. Learn more.