Skip to content

Commit

Permalink
headless option mandatory to pass CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Sep 6, 2024
1 parent fb43ecc commit 2e70616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ledger_device_sdk/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ runner = "speculos -m nanox --display=headless"
runner = "speculos -m nanosp --display=headless"

[target.stax]
runner = "speculos --model stax"
runner = "speculos --model stax --display=headless"

[target.flex]
runner = "speculos --model flex"
runner = "speculos --model flex --display=headless"

[unstable]
build-std = ["core", "alloc"]
Expand Down

0 comments on commit 2e70616

Please sign in to comment.