copy anvil

This commit is contained in:
Bryan Stitt 2023-07-05 13:04:53 -07:00
parent 454d77a9d5
commit a151146a6e

View File

@ -75,7 +75,7 @@ RUN --mount=type=bind,target=.,rw \
# build tests (done its in own FROM so that it can run in parallel)
FROM rust_with_env as build_tests
COPY --from=rust_foundry /root/.foundry /root/
COPY --from=rust_foundry /root/.foundry/bin/anvil /root/.foundry/bin/
COPY --from=rust_nextest /root/.cargo/bin/cargo-nextest* /root/.cargo/bin/
# test the application with cargo-nextest