Skip to content

Commit b6053f6

Browse files
committed
Fix: Tests were run twice
The command `hatch run testing:cov` includes running `hatch run testing:test-cov`. This removes the duplication
1 parent ab29137 commit b6053f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test-on-droplets-matrix.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
- name: Run unit tests
4242
run: |
4343
sudo python3 -m pip install hatch hatch-vcs coverage
44-
sudo hatch run testing:test-cov
4544
sudo hatch run testing:cov
4645
4746
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)