Skip to content

Commit

Permalink
Update CI for new hatch env
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Sep 21, 2023
1 parent cecd2c0 commit 3c00b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Run tests
if: ${{ env.skipping_build_and_test_replicate != 'true' }}
run: hatch run test
run: hatch run test:test

- name: Upload coverage
if: "matrix.python-version == '3.11' && matrix.os == 'ubuntu-latest'"
Expand Down

0 comments on commit 3c00b92

Please sign in to comment.