From 2445d23dd8f9ea1820468a804bed488dbc3b6e06 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Wed, 18 Nov 2020 18:45:25 -0500 Subject: [PATCH] Shell form CMD --- docker/Dockerfile.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.test b/docker/Dockerfile.test index 95f35664..e8909a62 100644 --- a/docker/Dockerfile.test +++ b/docker/Dockerfile.test @@ -19,4 +19,4 @@ RUN cargo test --all --no-run RUN find /zebra/target/debug/deps -type f -perm 755 ! -name '*.dylib' ! -name '*.so' | sed -e 'p;s/-.*//' | xargs -n2 mv # Filtering to only run integration tests requires nightly for now -CMD ["cargo", "+nightly", "test", "--test", "\'*\'", "--no-fail-fast", "--", "-Zunstable-options", "--include-ignored"] +CMD cargo +nightly test --test '*' --no-fail-fast -- -Zunstable-options --include-ignored