diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 4545bc7..7041eff 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ upgrade: .PHONY: test test: @printf "\n%s\n" "Running tests..." - cargo test + RUST_TEST_THREADS=1 cargo test @printf "\n%s\n" "...Done!" .PHONY: uninstall |