diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b289caf..311063f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,9 @@ jobs: - name: Test if: runner.os == 'Windows' run: | - make test + python3 -m pytest tests -s -vv --release + python3 -m pytest tests -s -vv --ssl + - name: Codecov upload uses: codecov/codecov-action@v4