We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66341b commit 75ed444Copy full SHA for 75ed444
.github/workflows/run-tests.sh
@@ -24,7 +24,7 @@ if [ -z "$NO_COMMON_TESTS" ]; then
24
pytest $PYTEST_CONFIG mars/remote mars/storage mars/lib mars/metrics
25
mv .coverage build/.coverage.tileable.file
26
27
- pytest $PYTEST_CONFIG --forked --ignore mars/tensor --ignore mars/dataframe \
+ pytest $PYTEST_CONFIG --forked -v --ignore mars/tensor --ignore mars/dataframe \
28
--ignore mars/learn --ignore mars/remote mars
29
mv .coverage build/.coverage.main.file
30
coverage combine build/ && coverage report
0 commit comments