Skip to content
Snippets Groups Projects
Commit c1fb08fc authored by lain's avatar lain
Browse files

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.
parent fee12769
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment