Fixed typo in Makefile

This commit is contained in:
2023-08-08 10:50:06 -06:00
parent c606fe8573
commit 07b5a90a36
+1 -1
View File
@@ -7,7 +7,7 @@ default: run
test: test:
@cargo test @cargo test
## Run all tests with coverage - `cargo install cargo-tarpaulin` ## Run all tests with coverage - `cargo install cargo-tarpaulin`
test-cov: test-cov:
@cargo tarpaulin @cargo tarpaulin