We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7f426 commit df39a06Copy full SHA for df39a06
.github/workflows/ci.yml
@@ -66,6 +66,7 @@ jobs:
66
TEST_DATABASE_URL: postgres://postgres:@localhost/cargo_registry_test
67
CARGO_INCREMENTAL: 0
68
RUSTFLAGS: "-C debuginfo=0 -D warnings"
69
+ MALLOC_CONF: "background_thread:true,abort_conf:true"
70
71
steps:
72
- uses: actions/checkout@v2-beta
.travis.yml
@@ -28,6 +28,7 @@ env:
28
- PGPORT=5433
29
- PATH=$HOME/.cargo/bin:$PATH
30
- RUSTFLAGS="-C debuginfo=0 -D warnings"
31
+ - MALLOC_CONF=background_thread:true,abort_conf:true
32
33
install:
34
- sudo cp /etc/postgresql/10/main/pg_hba.conf /etc/postgresql/11/main/pg_hba.conf
0 commit comments