Skip to content

Commit

Permalink
Fix: Tests were run twice
Browse files Browse the repository at this point in the history
The command `hatch run testing:cov` includes running `hatch run testing:test-cov`.

This removes the duplication
  • Loading branch information
hoh committed Mar 26, 2024
1 parent ab29137 commit b6053f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-on-droplets-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
- name: Run unit tests
run: |
sudo python3 -m pip install hatch hatch-vcs coverage
sudo hatch run testing:test-cov
sudo hatch run testing:cov
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit b6053f6

Please sign in to comment.