Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Kamina committed Aug 27, 2024
1 parent 0779b63 commit 3823a80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Test with pytest
run: |
python -c 'from deluge._libtorrent import lt; print(lt.__version__)';
$DEBUG_PREFIX pytest -v -m "not (todo or gtkui)" deluge
$DEBUG_PREFIX pytest -v --full-trace --showlocals -m "not (todo or gtkui)" deluge
- uses: actions/upload-artifact@v4
# capture all crashes as build artifacts
Expand Down Expand Up @@ -122,6 +122,7 @@ jobs:
pip install -e .
- name: Test with pytest
shell: bash
run: |
python -c 'import libtorrent as lt; print(lt.__version__)';
pytest -vvv -m "not (todo or gtkui or security)" deluge
python -vvv -m pytest --full-trace --showlocals -vvv -r -m "not (todo or gtkui or security)" deluge

0 comments on commit 3823a80

Please sign in to comment.