Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 2419666

Browse files
authored
Add cargo-hack to ci-linux (#451)
1 parent 6c3da95 commit 2419666

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dockerfiles/ci-linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN set -eux && \
2828
rustup target add wasm32-unknown-unknown && \
2929
rustup target add wasm32-unknown-unknown --toolchain nightly && \
3030
# install cargo tools
31-
cargo install cargo-web wasm-pack cargo-deny cargo-spellcheck cargo-nextest && \
31+
cargo install cargo-web wasm-pack cargo-deny cargo-spellcheck cargo-nextest cargo-hack && \
3232
cargo install --version 0.4.2 diener && \
3333
# wasm-bindgen-cli version should match the one pinned in substrate
3434
# https://github.com/paritytech/substrate/blob/master/bin/node/browser-testing/Cargo.toml#L15

dockerfiles/ci-linux/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Used to build and test Substrate-based projects.
3131
**Rust tools & toolchains:**
3232

3333
- `cargo-web`
34+
- `cargo-hack`
35+
- `cargo-nextest`
3436
- `sccache`
3537
- `wasm-pack`
3638
- `wasm-bindgen`

0 commit comments

Comments
 (0)