From 39b5c3a5f4d51e0c800e01b3045a8656a08ac529 Mon Sep 17 00:00:00 2001 From: vdovhanych Date: Fri, 21 Jan 2022 11:35:57 +0100 Subject: [PATCH] fixup! fixup! ci: add hwi tests for core and legacy builds --- ci/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/test.yml b/ci/test.yml index f3952a5cfcc..a3c8fff6b87 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -381,7 +381,7 @@ core hwi test: - core unix frozen debug build script: - nix-shell --run "git clone https://github.com/bitcoin-core/HWI.git" - - nix-shell --run "cd HWI && poetry install && poetry run python ./hwi.py enumerate" + - nix-shell --run "cd HWI && poetry install && poetry run ./hwi.py enumerate" - nix-shell --run "cd HWI && poetry install && poetry run ./test/test_trezor.py --model_t ../core/build/unix/trezor-emu-core bitcoind" @@ -531,7 +531,7 @@ legacy hwi test: EMULATOR: "1" script: - nix-shell --run "git clone https://github.com/bitcoin-core/HWI.git" - - nix-shell --run "cd HWI && poetry install && poetry run python ./hwi.py enumerate" + - nix-shell --run "cd HWI && poetry install && poetry run ./hwi.py enumerate" - nix-shell --run "cd HWI && poetry install && poetry run ./test/test_trezor.py --model_1 ../legacy/firmware/trezor.elf bitcoind"