Skip to content

Commit ed71890

Browse files
committed
test: turn on hatch verbose
1 parent 01234e2 commit ed71890

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
python -m pip install --upgrade pip
2828
python -m pip install hatch
2929
- name: Pytest
30-
run: hatch run +py=${{ matrix.python-version }} test:test
30+
run: hatch -v run +py=${{ matrix.python-version }} test:test

0 commit comments

Comments
 (0)