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

fixup! chore(core): start TROPIC01 model when running tests

This commit is contained in:
Ioan Bizău 2025-03-10 11:45:49 +01:00
parent 6ff949f108
commit e239ca2c0a

View File

@ -196,7 +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 "cd vendor/ts-tvl/tvl/server/model_config && poetry run model_server tcp -c model_config.yml &"
- run: nix-shell --run "poetry run make -C core test"
core_unit_rust_test: