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