Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Kamina authored Aug 27, 2024
1 parent 0779b63 commit 38cacc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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 @@ -124,4 +124,4 @@ jobs:
- name: Test with pytest
run: |
python -c 'import libtorrent as lt; print(lt.__version__)';
pytest -vvv -m "not (todo or gtkui or security)" deluge
pytest -v --full-trace --showlocals -m "not (todo or gtkui or security)" deluge

0 comments on commit 38cacc5

Please sign in to comment.