Skip to content

Commit 96c5347

Browse files
committed
Undo changes to commit-check
1 parent 3a73690 commit 96c5347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commit-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ fi
6565

6666
echo
6767
echo "Running tests..."
68-
if ! pytest -vv --cov; then
68+
if ! pytest; then
6969
echo "Tests failed, check output and fix issues." >&2
7070
FAILURES=$((FAILURES+1))
7171
fi

0 commit comments

Comments
 (0)