Skip to content
Snippets Groups Projects
Commit 5a7b1ce0 authored by Moul's avatar Moul
Browse files

(ci) Only run unit tests in all Py jobs except 3.11 (#441)

Run all tests (unit and integration) in the tests:3.11:cov job
so they are counted and summed-up for the coverage statistics
parent fc22d566
No related branches found
No related tags found
1 merge request!224Separate tests into unit and integration directories (#441)
...@@ -107,7 +107,7 @@ pre-commit:hooks: ...@@ -107,7 +107,7 @@ pre-commit:hooks:
image: $DOCKER_IMAGE/$PYTHON_VERSION:latest image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
script: script:
- poetry install - poetry install
- poetry run pytest - poetry run pytest tests/unit
tests:3.7: tests:3.7:
extends: .tests extends: .tests
......
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