Skip to content

Commit

Permalink
use binstall to install nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
v0y4g3r committed Dec 22, 2023
1 parent 43f01cc commit 82f8273
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/dev-builder/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ ARG RUST_TOOLCHAIN
RUN rustup toolchain install ${RUST_TOOLCHAIN}

# Install nextest.
RUN cargo install cargo-nextest --locked
RUN cargo install cargo-binstall --locked
RUN cargo binstall cargo-nextest --no-confirm

0 comments on commit 82f8273

Please sign in to comment.