Skip to content

Commit 998b8e2

Browse files
committed
run all nox sessions
1 parent 3b13ae8 commit 998b8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
shell: bash
2020
run: pip install nox[uv]
2121
- name: Run unit tests
22-
run: nox -s tests
22+
run: nox
2323
# - name: Code style
2424
# run: ruff check || true
2525
# if: success() || failure()

0 commit comments

Comments
 (0)