mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-02 10:51:06 +00:00
fix(ci): Fix crypto tests.
This commit is contained in:
parent
ebc07fd6db
commit
07013d5a0c
@ -387,6 +387,8 @@ crypto test:
|
|||||||
<<: *gitlab_caching
|
<<: *gitlab_caching
|
||||||
needs:
|
needs:
|
||||||
- crypto build
|
- crypto build
|
||||||
|
variables:
|
||||||
|
ASAN_OPTIONS: "verify_asan_link_order=0"
|
||||||
script:
|
script:
|
||||||
- ./crypto/tests/aestst
|
- ./crypto/tests/aestst
|
||||||
- ./crypto/tests/test_check
|
- ./crypto/tests/test_check
|
||||||
@ -396,9 +398,9 @@ crypto test:
|
|||||||
artifacts:
|
artifacts:
|
||||||
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
|
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
|
||||||
paths:
|
paths:
|
||||||
- tests/junit.xml
|
- crypto/tests/junit.xml
|
||||||
reports:
|
reports:
|
||||||
junit: tests/junit.xml
|
junit: crypto/tests/junit.xml
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
when: always
|
when: always
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user