Skip to content

Commit

Permalink
Run with --durations 0 option
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Feb 7, 2025
1 parent fd8ec10 commit 69b1ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gramps-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.9", "3.13"]
python-version: ["3.13"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -69,4 +69,4 @@ jobs:
- name: Run unit test suite
run: |
export GDK_BACKEND=-
python3 setup.py test
python3 -m unittest discover --durations 0 -p "*_test.py"

0 comments on commit 69b1ba3

Please sign in to comment.