mirror of https://github.com/Bunsly/JobSpy
fix: just run main test
parent
853b765c0c
commit
1a11785483
|
@ -19,4 +19,4 @@ jobs:
|
||||||
pip install poetry
|
pip install poetry
|
||||||
poetry install
|
poetry install
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: poetry run pytest src/tests/
|
run: poetry run pytest src/tests/test_all.py
|
||||||
|
|
Loading…
Reference in New Issue