From 7bbdc26f13654cabbbb473d7241b65deaf71e76a Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Sun, 29 Dec 2024 19:09:42 -0500 Subject: [PATCH] chore: makefile adjustments --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7488fc1..e7b1196 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ build: $(rust-files) cargo build tarpaulin-report.%: $(rust_files) - cargo tarpaulin --skip-clean --test --out $* + cargo tarpaulin --skip-clean --engine llvm --out $* cover: tarpaulin-report.html