diff --git a/docker/Dockerfile.test b/docker/Dockerfile.test index b41c8c8b..95f35664 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"]