Skip to content
Snippets Groups Projects
Unverified Commit 95019adf authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fail faster

parent 0e041dd5
No related branches found
No related tags found
No related merge requests found
Pipeline #62119 failed with stages
in 1 minute and 18 seconds
......@@ -21,13 +21,16 @@ stress_test:
unittest:
stage: test
image: python:3.11
services:
- name: rabbitmq:3-management
alias: rabbitmq
before_script:
- python setup.py install
- pip install --break-system-packages nose2 coverage
- coverage run --append -m compile_definitions
script:
- coverage run --append -m nose2 -vv
- coverage run --append -m nose2 -F -vv
after_script:
- mv .coverage .coverage.units
artifacts:
......
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