Skip to content

Commit

Permalink
make: fix test-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic authored and brentstone committed Nov 11, 2023
1 parent bea07a2 commit 360d2fb
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 @@ -135,9 +135,8 @@ test-coverage:
-Z unstable-options --report-time && \
NAMADA_MASP_TEST_SEED=$(NAMADA_MASP_TEST_SEED) \
NAMADA_MASP_TEST_PROOFS=load \
$(cargo) +$(nightly) test integration:: --output-dir target \
$(cargo) +$(nightly) test integration:: \
--features integration \
--html \
-- -Z unstable-options --report-time

# NOTE: `TEST_FILTER` is prepended with `e2e::`. Since filters in `cargo test`
Expand Down

0 comments on commit 360d2fb

Please sign in to comment.