Skip to content
Snippets Groups Projects
Commit 81dcfc0f authored by Moul's avatar Moul
Browse files

(ci) Run unit tests in all Py vers jobs (#441)

Create 3.11 integration test job
parent fc22d566
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ pre-commit:hooks:
image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
script:
- poetry install
- poetry run pytest
- poetry run pytest tests/unit
tests:3.7:
extends: .tests
......@@ -145,6 +145,12 @@ tests:3.11:cov:
coverage_format: cobertura
path: coverage.xml
tests:3.11:integration:
extends: .tests
script:
- poetry install
- poetry run pytest tests/integration
.image:
stage: package
tags: [docker]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment