Skip to content

Commit

Permalink
limit integration test parallelism in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Nov 16, 2023
1 parent 43d86d5 commit 06f2a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def run_integration_test(session, pytest_posargs):
'test/integration',
'-s',
'-n',
'auto',
'2' if CI else 'auto',
'--log-level',
'INFO',
'-W',
Expand Down

0 comments on commit 06f2a9d

Please sign in to comment.