diff options
-rw-r--r-- | rust/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/Makefile b/rust/Makefile index 8e2bc4b..f093a89 100644 --- a/rust/Makefile +++ b/rust/Makefile @@ -7,7 +7,7 @@ help: ## Print info about all commands .PHONY: test test: ## Run all tests - cargo test -- --test-threads 1 + cargo test .PHONY: lint lint: ## Run syntax/style checks |