turn on deadlock_detection

This commit is contained in:
Bryan Stitt 2023-10-10 20:08:05 -07:00
parent bf49b84eae
commit 28df880d59

View File

@ -81,7 +81,7 @@ RUN --mount=type=cache,target=/root/.cargo/git \
FROM rust as rust_with_env
# changing our features doesn't change any of the steps above
ENV WEB3_PROXY_FEATURES "rdkafka-src,stripe"
ENV WEB3_PROXY_FEATURES "deadlock_detection,rdkafka-src,stripe"
# copy the app
COPY . .