Skip to content

Commit 75ed444

Browse files
committed
TEST
1 parent e66341b commit 75ed444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ -z "$NO_COMMON_TESTS" ]; then
2424
pytest $PYTEST_CONFIG mars/remote mars/storage mars/lib mars/metrics
2525
mv .coverage build/.coverage.tileable.file
2626

27-
pytest $PYTEST_CONFIG --forked --ignore mars/tensor --ignore mars/dataframe \
27+
pytest $PYTEST_CONFIG --forked -v --ignore mars/tensor --ignore mars/dataframe \
2828
--ignore mars/learn --ignore mars/remote mars
2929
mv .coverage build/.coverage.main.file
3030
coverage combine build/ && coverage report

0 commit comments

Comments
 (0)