diff --git a/Makefile b/Makefile index 949765ab..db04960f 100644 --- a/Makefile +++ b/Makefile @@ -27,4 +27,4 @@ clean: lint: cargo clippy --workspace --all-features --benches --examples --tests -- -D warnings test: clean compile-programs - cargo test + cargo nextest run --workspace --all-features --no-capture diff --git a/README.md b/README.md index fcbdd643..d33092c5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ - [Rust](https://www.rust-lang.org/tools/install) - [The EraVM Compiler: zksolc 1.5.0](https://github.com/matter-labs/zksolc-bin). Download the [latest binary](https://github.com/matter-labs/zksolc-bin/releases/tag/v1.5.0, then put it under your path. If done correctly, running `zksolc --version` should return 1.5.0. +- [Cargo nextest](https://nexte.st/#cargo-nextest) ## Compiling programs