Skip to content

Commit df39a06

Browse files
committed
Add MALLOC_CONF to CI to match production
1 parent da7f426 commit df39a06

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
TEST_DATABASE_URL: postgres://postgres:@localhost/cargo_registry_test
6767
CARGO_INCREMENTAL: 0
6868
RUSTFLAGS: "-C debuginfo=0 -D warnings"
69+
MALLOC_CONF: "background_thread:true,abort_conf:true"
6970

7071
steps:
7172
- uses: actions/checkout@v2-beta

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ env:
2828
- PGPORT=5433
2929
- PATH=$HOME/.cargo/bin:$PATH
3030
- RUSTFLAGS="-C debuginfo=0 -D warnings"
31+
- MALLOC_CONF=background_thread:true,abort_conf:true
3132

3233
install:
3334
- sudo cp /etc/postgresql/10/main/pg_hba.conf /etc/postgresql/11/main/pg_hba.conf

0 commit comments

Comments
 (0)