From ca8def73c0d82c359b90db42ad2fd709eec375b3 Mon Sep 17 00:00:00 2001 From: Tobias Reiher Date: Tue, 3 Sep 2024 18:23:11 +0200 Subject: [PATCH] Increase number of parallel jobs of cargo mutants Ref. None --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d8530e60e..a6706a380 100644 --- a/Makefile +++ b/Makefile @@ -382,7 +382,7 @@ test_rapidflux_doc: rapidflux_devel test_rapidflux: test_rapidflux_coverage test_rapidflux_mutation test_rapidflux_doc test_rapidflux_mutation: rapidflux_devel - cargo mutants -j 0 --package librapidflux --timeout 300 --output $(BUILD_DIR) + cargo mutants -j 4 --package librapidflux --timeout 300 --output $(BUILD_DIR) test_examples: test_specs test_apps