feat(ci): add fmt and unit tests for rust in CI

This commit is contained in:
wszdexdrf
2023-06-06 09:36:10 +05:30
committed by matejcik
parent 07ba960ab4
commit 379446cad7
3 changed files with 17 additions and 4 deletions

View File

@@ -674,6 +674,15 @@ python support test:
script:
- $NIX_SHELL --run "poetry run make python_support_check | ts -s"
# Rust
rust test:
stage: test
<<: *gitlab_caching
needs:
- core unix frozen debug build
script:
- $NIX_SHELL --run "poetry run core/emu.py --headless -q --temporary-profile --slip0014 --command cargo test --manifest-path rust/trezor-client/Cargo.toml | ts -s"
# Storage