File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 5252 - name : Install dependencies
5353 run : make install-python-ci-dependencies
5454 - name : Test python
55- run : FEAST_TELEMETRY=False pytest --cov=./ --cov-report=xml --verbose --color=yes sdk/python/tests --integration
55+ run : FEAST_TELEMETRY=False pytest -n 8 - -cov=./ --cov-report=xml --verbose --color=yes sdk/python/tests --integration
5656 - name : Upload coverage to Codecov
5757 uses : codecov/codecov-action@v1
5858 with :
Original file line number Diff line number Diff line change 6363 - name : Install dependencies
6464 run : make install-python-ci-dependencies
6565 - name : Test python
66- run : FEAST_TELEMETRY=False pytest --cov=./ --cov-report=xml --verbose --color=yes sdk/python/tests --integration
66+ run : FEAST_TELEMETRY=False pytest -n 8 - -cov=./ --cov-report=xml --verbose --color=yes sdk/python/tests --integration
6767 - name : Upload coverage to Codecov
6868 uses : codecov/codecov-action@v1
6969 with :
Original file line number Diff line number Diff line change 2222 - name : Install dependencies
2323 run : make install-python-ci-dependencies
2424 - name : Test Python
25- run : make test- python
25+ run : FEAST_TELEMETRY=False pytest -n 8 --cov=./ --cov-report=xml --verbose --color=yes sdk/ python/tests
2626 - name : Upload coverage to Codecov
2727 uses : codecov/codecov-action@v1
2828 with :
Original file line number Diff line number Diff line change @@ -53,7 +53,10 @@ install-python:
5353 python -m pip install -e sdk/python -U --use-deprecated=legacy-resolver
5454
5555test-python :
56- FEAST_TELEMETRY=False pytest -n 4 --cov=./ --cov-report=xml --verbose --color=yes sdk/python/tests
56+ FEAST_TELEMETRY=False pytest -n 8 sdk/python/tests
57+
58+ test-python-integration :
59+ FEAST_TELEMETRY=False pytest -n 8 --integration sdk/python/tests
5760
5861format-python :
5962 # Sort
You can’t perform that action at this time.
0 commit comments