Skip to content
Snippets Groups Projects
Commit 78e7555a authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#125): fix: tests: run `cargo ta`

parent f77a5dc1
No related branches found
No related tags found
No related merge requests found
Pipeline #33613 waiting for manual action
...@@ -54,8 +54,7 @@ RUN set -x && \ ...@@ -54,8 +54,7 @@ RUN set -x && \
# Run tests if requested, expted when cross-building # Run tests if requested, expted when cross-building
ARG cucumber=0 ARG cucumber=0
RUN if [ "$cucumber" != 0 ] && [ "$TARGETPLATFORM" = "$BUILDPLATFORM" ]; then \ RUN if [ "$cucumber" != 0 ] && [ "$TARGETPLATFORM" = "$BUILDPLATFORM" ]; then \
cargo tu && \ cargo ta && \
cargo cucumber && \
cd target/debug/deps/ && \ cd target/debug/deps/ && \
rm cucumber_tests-*.d && \ rm cucumber_tests-*.d && \
mv cucumber_tests* ../../../build/duniter-cucumber; \ mv cucumber_tests* ../../../build/duniter-cucumber; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment