Skip to content

Commit

Permalink
make: refactor make check
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Sep 22, 2023
1 parent 05a6088 commit 28dbd7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ package: build-release

check-wasm = $(cargo) check --target wasm32-unknown-unknown --manifest-path $(wasm)/Cargo.toml
check:
$(cargo) check --workspace --exclude namada_benchmarks && \
$(cargo) +$(nightly) check --benches && \
$(cargo) check --workspace && \
make -C $(wasms) check && \
make -C $(wasms_for_tests) check && \
$(foreach wasm,$(wasm_templates),$(check-wasm) && ) true
Expand Down

0 comments on commit 28dbd7e

Please sign in to comment.