Skip to content

Commit

Permalink
test: turn on hatch verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
ketozhang committed Jun 28, 2024
1 parent a586c7f commit a80ab43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
python -m pip install --upgrade pip
python -m pip install hatch
- name: Pytest
run: hatch run +py=${{ matrix.python-version }} test:test
run: hatch -v run +py=${{ matrix.python-version }} test:test

0 comments on commit a80ab43

Please sign in to comment.