diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0cad88ba..21d874317 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,3 +35,9 @@ jobs: run: | source bitblas_ci/bin/activate python -m pip install . + + - name: Run tests + run: | + source bitblas_ci/bin/activate + cd testing/python + python -m pytest