Skip to content

Commit

Permalink
Run pwsh tests using pytest directly
Browse files Browse the repository at this point in the history
  • Loading branch information
blairconrad committed Oct 23, 2024
1 parent 9339e1d commit b0d1448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ jobs:
run: make setup

- name: Run the test suite
run: uv run duty --capture=none test
run: uv run pytest

0 comments on commit b0d1448

Please sign in to comment.