Skip to content

Commit

Permalink
makefile: use single thread to run integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianmarco Fraccaroli committed Dec 21, 2023
1 parent 74d412e commit e2d08b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ test-integration-slow:
$(cargo) +$(nightly) test integration::$(TEST_FILTER) --features integration \
-Z unstable-options \
-- \
--test-threads=1 \
-Z unstable-options --report-time

test-unit:
Expand Down

0 comments on commit e2d08b1

Please sign in to comment.