1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-20 14:39:22 +00:00

fix(ci): Fix crypto tests.

This commit is contained in:
Andrew Kozlik 2022-01-12 13:47:53 +01:00 committed by matejcik
parent ebc07fd6db
commit 07013d5a0c

View File

@ -387,6 +387,8 @@ crypto test:
<<: *gitlab_caching
needs:
- crypto build
variables:
ASAN_OPTIONS: "verify_asan_link_order=0"
script:
- ./crypto/tests/aestst
- ./crypto/tests/test_check
@ -396,9 +398,9 @@ crypto test:
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
paths:
- tests/junit.xml
- crypto/tests/junit.xml
reports:
junit: tests/junit.xml
junit: crypto/tests/junit.xml
expire_in: 1 week
when: always