From 07b5a90a36e9b7ded034cf624ab11291d4b710cc Mon Sep 17 00:00:00 2001 From: Dark-Alex-17 Date: Tue, 8 Aug 2023 10:50:06 -0600 Subject: [PATCH] Fixed typo in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9548bf3..97ced64 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ default: run test: @cargo test - ## Run all tests with coverage - `cargo install cargo-tarpaulin` +## Run all tests with coverage - `cargo install cargo-tarpaulin` test-cov: @cargo tarpaulin