Shell form CMD
This commit is contained in:
parent
1c49e57eba
commit
2445d23dd8
|
|
@ -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
|
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
|
# 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