Escape single quotes passed as CMD args to cargo
This commit is contained in:
parent
a23de13af9
commit
1c49e57eba
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue