1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-14 07:06:05 +00:00

chore(core): start TROPIC01 model when running tests

[no changelog]
This commit is contained in:
Ioan Bizău 2025-03-07 12:56:11 +01:00 committed by Ioan Bizău
parent ce30c3978f
commit 13a08754fd

View File

@ -196,6 +196,7 @@ jobs:
submodules: recursive
- uses: ./.github/actions/environment
- run: nix-shell --run "poetry run make -C core build_unix"
- run: nix-shell --run "cd vendor/ts-tvl/tvl/server/model_config && poetry install && poetry run model_server tcp -c model_config.yml &"
- run: nix-shell --run "poetry run make -C core test"
core_unit_rust_test: