Skip to content

Commit 938c511

Browse files
committed
difftest: document nextest requirement
1 parent 8044863 commit 938c511

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ in with pkgs; stdenv.mkDerivation rec {
1212
SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt";
1313

1414
nativeBuildInputs = [ rustup ];
15+
buildInputs = [ cargo-nextest ];
1516

1617
# Runtime dependencies (for the example runners).
1718
LD_LIBRARY_PATH = with xorg; lib.makeLibraryPath [

tests/difftests/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,12 @@ config.write_metadata(&metadata)?;
160160

161161
## Running Tests
162162

163+
### Install cargo-nextest:
164+
165+
```sh
166+
cargo install cargo-nextest
167+
```
168+
163169
### Run all difftests:
164170

165171
```sh

0 commit comments

Comments
 (0)