Skip to content

Commit 17587a1

Browse files
author
narrieta@microsoft
committed
TEST
1 parent cdcc51e commit 17587a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ jobs:
165165
./ci/pytest.sh
166166
else
167167
if [[ "${{ matrix.use_virtual_environment}}" == "true" ]]; then
168-
export NOSEOPTS="${{ matrix.additional-nose-opts }}"
168+
export NOSEOPTS="--verbose ${{ matrix.additional-nose-opts }}"
169169
else
170-
export NOSEOPTS="--with-timer ${{ matrix.additional-nose-opts }}"
170+
export NOSEOPTS="--verbose --with-timer ${{ matrix.additional-nose-opts }}"
171171
fi
172172
./ci/nosetests.sh
173173
fi

0 commit comments

Comments
 (0)