From 781f06fda8d6205c5b7f4754c69229b1040eea6d Mon Sep 17 00:00:00 2001 From: Konstantin Astakhov Date: Thu, 19 Dec 2024 15:05:14 +0700 Subject: [PATCH] fix --- .docker/docker-compose.gov.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/docker-compose.gov.j2 b/.docker/docker-compose.gov.j2 index c9d0fb842d..f86ae261f2 100644 --- a/.docker/docker-compose.gov.j2 +++ b/.docker/docker-compose.gov.j2 @@ -19,4 +19,4 @@ services: options: max-size: "1m" max-file: "3" - command: WASM_BUILD_TYPE=integration-tests && cargo run --profile integration-tests --features={{ NETWORK }}-runtime,gov-test-timings,fast-inflation -- --dev -linfo --rpc-cors=all --unsafe-rpc-external + command: cargo run --profile integration-tests --features={{ NETWORK }}-runtime,gov-test-timings,fast-inflation -- --dev -linfo --rpc-cors=all --unsafe-rpc-external