Skip to content

Commit aea39d2

Browse files
authored
fix: install correct nextest version (#15)
1 parent 0d6abc0 commit aea39d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN chmod -R a+rw $CARGO_HOME \
5959
#Install bininstall to make subsequent binaries easier to download
6060
RUN wget https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-`uname -m`-unknown-linux-musl.tgz && tar -xf cargo-binstall-`uname -m`-unknown-linux-musl.tgz -C $CARGO_HOME/bin
6161
#Install documentation and coverage tools
62-
RUN cargo binstall --no-confirm mdbook grcov nextest
62+
RUN cargo binstall --no-confirm mdbook grcov cargo-nextest
6363

6464
WORKDIR /build
6565
ENTRYPOINT ["bash"]

windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN C:/TEMP/rustup-init.exe --default-toolchain $env:RUST_VER -y
4747
RUN rustup install stable
4848

4949
RUN rustup component add llvm-tools-preview
50-
RUN cargo install mdbook grcov nextest
50+
RUN cargo install mdbook grcov cargo-nextest
5151

5252
RUN setx /M PATH $($Env:PATH + ';C:/buildtools/llvm/bin')
5353

0 commit comments

Comments
 (0)