Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
wjsi committed Jun 18, 2022
1 parent e66341b commit 75ed444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [ -z "$NO_COMMON_TESTS" ]; then
pytest $PYTEST_CONFIG mars/remote mars/storage mars/lib mars/metrics
mv .coverage build/.coverage.tileable.file

pytest $PYTEST_CONFIG --forked --ignore mars/tensor --ignore mars/dataframe \
pytest $PYTEST_CONFIG --forked -v --ignore mars/tensor --ignore mars/dataframe \
--ignore mars/learn --ignore mars/remote mars
mv .coverage build/.coverage.main.file
coverage combine build/ && coverage report
Expand Down

0 comments on commit 75ed444

Please sign in to comment.