diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1d23e481..e42a96de 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,5 +16,7 @@ jobs: python-version: '3.x' - name: Install build dependencies run: python -m pip install -U hatch hatch-vcs + - name: Build + run: hatch build --clean - name: Run tests run: hatch run test --cover-quiet --randomize \ No newline at end of file