Skip to content

Commit

Permalink
CI: Run tests in parallel by invoking pytest on GHA with xdist
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Apr 25, 2021
1 parent e5ac455 commit 044a8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -63,4 +63,4 @@ jobs:
# #if: steps.poetry-cache-flag.outputs.cache-hit != 'true'

- name: Test
run: poetry run poe test
run: poetry run poe test-parallel

0 comments on commit 044a8d2

Please sign in to comment.