Skip to content

Commit

Permalink
chore: Update CI workflow to include running tests with pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiWang1999 committed Jul 5, 2024
1 parent e54f2ed commit ef7e515
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ef7e515

Please sign in to comment.