Skip to content

Commit

Permalink
ci: run tests concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedir Zadniprovskyi committed Sep 21, 2024
1 parent 2fd0726 commit d7a06d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- run: uv python install 3.12
- run: uv sync --extra dev
# TODO: figure out why `pytest` doesn't discover tests in `faster_whisper_server` directory by itself
- run: uv run pytest src/faster_whisper_server/* tests
- run: uv run pytest -n auto src/faster_whisper_server/* tests

0 comments on commit d7a06d8

Please sign in to comment.