Skip to content

Commit

Permalink
fixup! fixup! ci: add hwi tests for core and legacy builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vdovhanych committed Jan 21, 2022
1 parent 54fa795 commit 39b5c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down Expand Up @@ -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"


Expand Down

0 comments on commit 39b5c3a

Please sign in to comment.