Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
csernazs committed Aug 29, 2024
1 parent f436012 commit 6f41444
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f41444

Please sign in to comment.