Skip to content

Commit

Permalink
Increase number of parallel jobs of cargo mutants
Browse files Browse the repository at this point in the history
Ref. None
  • Loading branch information
treiher committed Sep 13, 2024
1 parent 1ef5cc8 commit ca8def7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ca8def7

Please sign in to comment.