Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nbren12 committed Jun 1, 2024
1 parent 89cd231 commit 9426b96
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --no-build-isolation .
apt-get install -y build-essential
- name: Run tests
run: |
pytest
run: make unittest
- name: coverage:
run: make coverage

0 comments on commit 9426b96

Please sign in to comment.