Skip to content
Snippets Groups Projects
Commit 1ed08b4e authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Update test flags

parent 29666671
No related branches found
No related tags found
No related merge requests found
Pipeline #87629 failed
......@@ -7,14 +7,14 @@ before_script:
- apt-get install --yes build-essential cmake libfmt-dev pybind11-dev graphviz python3-pyqt5 xvfb xdg-utils
- python -m pip install --upgrade pip
- python --version
- pip install pytest pytest-cov sphinx furo numpydoc pytest-xvfb pytest-qt setuptools_scm sphinx-qt-documentation
- pip install pytest pytest-cov sphinx furo numpydoc pytest-xvfb pytest-qt setuptools_scm sphinx-qt-documentation pytest-xdist
- pip install .
- pip show b_asic
.run-test:
stage: test
script:
- pytest --cov=b_asic --cov-report xml:cov.xml --cov-report term test
- pytest --cov=b_asic --cov-report xml:cov.xml --cov-report term test -n auto -v
- sphinx-build -b html docs_sphinx public
artifacts:
reports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment