From 998b8e2b1529dcd34bbc7a89d3a26bbf1e1509e1 Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Wed, 23 Oct 2024 12:28:27 +0200 Subject: [PATCH] run all nox sessions --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 44de0dc..8f7cf68 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -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()