From 0b2a898ea85e17ef27375179241f56e76bfcf00e Mon Sep 17 00:00:00 2001 From: Konrad Rokicki Date: Mon, 16 Sep 2024 16:26:54 -0400 Subject: [PATCH] run all tests --- .github/workflows/python-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index d8948d4..3e3ecfc 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -21,7 +21,7 @@ jobs: python -m pip install -r requirements.txt - name: Test with pytest run: | - 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 + python -m pytest --cov=x2s3 --cov-report=html --cov-report=term -W ignore::DeprecationWarning --html=htmlcov/test_results.html - name: Upload pytest and coverage results uses: actions/upload-artifact@v4 if: always()