Skip to content

Commit

Permalink
fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksanders committed Sep 12, 2024
1 parent 696e618 commit 301da8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
hatch fmt || true
- name: Test
run: |
hatch run +py=${{ matrix.python-version }} test:test
hatch run +py=${{ matrix.python-version }} test:pytest
- name: Build dist
run: |
hatch build

0 comments on commit 301da8e

Please sign in to comment.