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