Skip to content

Commit

Permalink
Don't run double unit tests with coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
obackhouse committed Sep 21, 2024
1 parent 181b672 commit 52cbaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
python -m pip install pytest
EBCC_BACKEND=${{ matrix.backend }} pytest
if: matrix.full
if: matrix.full && ! matrix.coverage
- name: Run unit tests with coverage
run: |
python -m pip install pytest pytest-cov
Expand Down

0 comments on commit 52cbaea

Please sign in to comment.