Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:tomplast/togawil into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tomplast committed Jan 27, 2024
2 parents 5409adb + 71a1257 commit d0bd74e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:
- name: Install hatch
run: |
python -m pip install hatch toga
- name: Coverage
run: xvfb-run -a hatch run cov
- name: Tests
run: xvfb-run -a hatch run +py=${{ matrix.python-version }} test:test
run: xvfb-run -a hatch run +py=${{ matrix.python-version }} test:test

0 comments on commit d0bd74e

Please sign in to comment.