Skip to content

Commit

Permalink
run all nox sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Oct 23, 2024
1 parent 3b13ae8 commit 998b8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
shell: bash
run: pip install nox[uv]
- name: Run unit tests
run: nox -s tests
run: nox
# - name: Code style
# run: ruff check || true
# if: success() || failure()
Expand Down

0 comments on commit 998b8e2

Please sign in to comment.