CI: Don't use special database options that deactivate sync.

This is presumed to lead to sporadic test failures because the triggers are not
done running.
This commit is contained in:
lain 2019-11-04 18:07:37 +01:00
parent fee1276963
commit c1fb08fc77
1 changed files with 0 additions and 3 deletions

View File

@ -52,7 +52,6 @@ benchmark:
services:
- name: lainsoykaf/postgres-with-rum
alias: postgres
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
script:
- mix deps.get
- mix ecto.create
@ -64,7 +63,6 @@ unit-testing:
services:
- name: lainsoykaf/postgres-with-rum
alias: postgres
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
script:
- mix deps.get
- mix ecto.create
@ -76,7 +74,6 @@ unit-testing-rum:
services:
- name: lainsoykaf/postgres-with-rum
alias: postgres
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
variables:
RUM_ENABLED: "true"
script: