Skip to content

Commit e2d9d39

Browse files
committed
update Makefile
1 parent ffba9d8 commit e2d9d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ coverage-run-unittests:
4242
rm -f "${COVERAGE_PROFRAW_DIR}/*.profraw"
4343
RUSTFLAGS="${RUSTFLAGS} -Cinstrument-coverage" \
4444
LLVM_PROFILE_FILE="${COVERAGE_PROFRAW_DIR}/unittests-%p-%m.profraw" \
45-
cargo test --all
45+
cargo test --workspace --exclude light-client-db-common --exclude light-client-db-worker --exclude light-client-wasm
4646

4747
coverage-collect-data:
4848
grcov "${COVERAGE_PROFRAW_DIR}" --binary-path "${CARGO_TARGET_DIR}/debug/" \

0 commit comments

Comments
 (0)