Skip to content

Commit

Permalink
Remove tarpaulin from Devcontainer (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastbu committed Nov 14, 2022
1 parent e05a4f6 commit 285b00c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,3 @@ COPY ../rust-toolchain .
RUN rustup override set $(cat rust-toolchain) && \
rustup component add clippy && \
rustup component add rustfmt

# The following takes a long time to complete.
# We use a separate layer to hit the (layer) cache if possible.
RUN cargo install cargo-tarpaulin

0 comments on commit 285b00c

Please sign in to comment.