From 902d04b20767d27adc84432f01eab39d008bd8a1 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 4 Aug 2020 18:00:05 -0700 Subject: rust Makefile: fix test command --- rust/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rust/Makefile') diff --git a/rust/Makefile b/rust/Makefile index 81fb32af..3bfc1b49 100644 --- a/rust/Makefile +++ b/rust/Makefile @@ -10,8 +10,7 @@ help: ## Print info about all commands .PHONY: test test: ## Run all tests and lints - cargo test -- - pipenv run mypy fatcat_scholar/*.py tests/ --ignore-missing-imports + cargo test -- --test-threads 1 .PHONY: dev dev: ## Run web service locally, with reloading -- cgit v1.2.3