Skip to content

Commit

Permalink
Merge pull request #3678 from anoma/tomas/build-without-fuzz
Browse files Browse the repository at this point in the history
make build: exclude fuzz targets
  • Loading branch information
mergify[bot] committed Aug 21, 2024
2 parents 2a3a5c8 + 214e5f9 commit 4615763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4615763

Please sign in to comment.