diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 57eba96a..1d23e481 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,4 +17,4 @@ jobs: - name: Install build dependencies run: python -m pip install -U hatch hatch-vcs - name: Run tests - run: hatch test --cover-quiet --randomize \ No newline at end of file + run: hatch run test --cover-quiet --randomize \ No newline at end of file