test: add placeholder for kneron tests

This commit is contained in:
chingning.chen 2022-04-28 21:53:21 +08:00 committed by EricWu
parent a1b28fc4fa
commit b135e1b950

View File

@ -15,9 +15,14 @@ building:
- python setup.py check -m -s
- python -m pip install -e .
testing:
mmseg-testing:
stage: test
script:
- python -m coverage run --branch --source mmseg -m pytest tests/
- python -m coverage xml
- python -m coverage report -m
kneron-testing:
stage: test
script:
- echo "[WIP] This job test kneron-related functions."