

ci: update pytest command
@a909435d27d32bf8af9f17c3e6564f348abacfaf
--- .github/workflows/test.yaml
+++ .github/workflows/test.yaml
... | ... | @@ -28,5 +28,4 @@ |
28 | 28 |
enable-cache: true |
29 | 29 |
- run: uv python install 3.12 |
30 | 30 |
- run: uv sync --all-extras |
31 |
- # TODO: figure out why `pytest` doesn't discover tests in `faster_whisper_server` directory by itself |
|
32 |
- - run: uv run pytest -m "not requires_openai" src/faster_whisper_server/* tests |
|
31 |
+ - run: uv run pytest -m "not requires_openai" |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?