Skip to content

Commit

Permalink
make build: exclude fuzz targets
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Aug 21, 2024
1 parent dbafe50 commit 214e5f9
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 214e5f9

Please sign in to comment.