setup test matrix

This commit is contained in:
Oscar Krause 2025-03-26 11:49:10 +01:00
parent 94d9d00571
commit 497173b111

View File

@ -8,10 +8,12 @@
reports:
junit: [ '**/report.xml' ]
test_decrypt:
test:
extends: .test
script: [ python -m pytest test_decrypt.py --junitxml=report.xml ]
test_config_token:
extends: .test
script: [ python -m pytest test_config_token.py --junitxml=report.xml ]
parallel:
matrix:
- FILE:
- test_config_token.py
- pytest test_decrypt.py
- test_instance_token.py
script: [ python -m pytest $FILE --junitxml=report.xml ]