setup test matrix
This commit is contained in:
parent
94d9d00571
commit
497173b111
@ -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 ]
|
||||
|
Loading…
Reference in New Issue
Block a user