Skip to content

Commit 0b2a898

Browse files
committed
run all tests
1 parent 2033556 commit 0b2a898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python -m pip install -r requirements.txt
2222
- name: Test with pytest
2323
run: |
24-
python -m pytest --cov=x2s3 --cov-report=html --cov-report=term -W ignore::DeprecationWarning --html=htmlcov/test_results.html tests/test_awss3.py tests/test_base.py tests/test_file.py
24+
python -m pytest --cov=x2s3 --cov-report=html --cov-report=term -W ignore::DeprecationWarning --html=htmlcov/test_results.html
2525
- name: Upload pytest and coverage results
2626
uses: actions/upload-artifact@v4
2727
if: always()

0 commit comments

Comments
 (0)