Skip to content

Commit

Permalink
Add -a option to xfbd
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlynybbled committed Jan 20, 2025
1 parent eff1086 commit f76b5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:

- name: Execute Tests
# run: uv run pytest -v tests/ --cov=tk_tools
run: xvfb-run uv run pytest -v tests/ --cov=tk_tools
run: xvfb-run uv run -a pytest -v tests/ --cov=tk_tools

0 comments on commit f76b5d6

Please sign in to comment.