From 34322d54b81233a70817bfaa719c1e8cd6d9f776 Mon Sep 17 00:00:00 2001 From: Jeremy Lau <30300826+fdxmw@users.noreply.github.com> Date: Fri, 31 Jul 2026 11:57:47 -0700 Subject: [PATCH] Run all presubmit checks on all tested platforms. This checks that we can build the `sphinx` documentation and webpage, which weren't tested before. --- .github/workflows/python-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 28738c1d..7aa36b66 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -26,7 +26,7 @@ jobs: brew install -y yosys fi - name: Run tests - run: uv run just tests + run: uv run just presubmit - name: Upload coverage to Codecov if: ${{ matrix.os == 'ubuntu-latest' }} uses: codecov/codecov-action@v7