diff --git a/Makefile b/Makefile index 5411368330..8f232d1521 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ all-crates := $(foreach crate,$(crates), -p $(crate)) build: - $(cargo) build $(jobs) --workspace --exclude namada_benchmarks + $(cargo) build $(jobs) --workspace --exclude namada_benchmarks --exclude namada_fuzz build-test: $(cargo) +$(nightly) build --tests $(jobs)