Skip to content

Commit

Permalink
limit tests to one file
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperKogito committed Feb 2, 2024
1 parent abe7823 commit 4fe1f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
source activate testing
pip install .[all]
pip install -r tests/test-requirements.txt
pytest -vs -x --cov=./urlchecker tests/test_*.py
pytest -vs -x --cov=./urlchecker tests/test_core_check.py
- name: Test Building container image
run: |
Expand Down

0 comments on commit 4fe1f0f

Please # to comment.