Skip to content

Commit

Permalink
Make unit tests run in parallel (#1231)
Browse files Browse the repository at this point in the history
Unit tests are taking a long time to run.  Change tox to run
them in parallel[1] to speed up the test execution.

[1] https://tox.wiki/en/latest/example/basic.html#parallel-mode
  • Loading branch information
zaro0508 committed Jun 4, 2022
1 parent f2b9118 commit 4a39790
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 @@ -57,7 +57,7 @@ test:
pytest

test-all:
tox
tox --parallel=auto

test-integration: install
behave integration-tests/
Expand Down

0 comments on commit 4a39790

Please sign in to comment.