From ef7e5158905349d6a0d6cf2dac0f0793602794a1 Mon Sep 17 00:00:00 2001 From: LeiWang1999 Date: Fri, 5 Jul 2024 07:20:19 +0000 Subject: [PATCH] chore: Update CI workflow to include running tests with pytest --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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