diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-02-04 19:06:16 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-02-04 19:06:16 -0800 |
commit | c237d8dbc0a17d9f7e55d1c0d4cadab0de1adb46 (patch) | |
tree | 2dc7d1251f21fe854a7977bc6a03f5878e634bc3 | |
parent | 7e4942f8b88d9c580cdb9d46a9d7905b9be55849 (diff) | |
download | fatcat-cli-c237d8dbc0a17d9f7e55d1c0d4cadab0de1adb46.tar.gz fatcat-cli-c237d8dbc0a17d9f7e55d1c0d4cadab0de1adb46.zip |
remove thread limit from test command
-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 |