Skip to content

Commit

Permalink
[add] manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Dec 15, 2023
1 parent 3051c6f commit af44b7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_tests_and_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1
with:
download_app_binaries_artifact: compiled_app_binaries
test_dir: tests/functional
run_for_devices: '["stax"]'

unittesting:
Expand Down
8 changes: 8 additions & 0 deletions ledger_app.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[app]
build_directory = "./"
sdk = "C"
devices = ["nanos", "nanox", "nanos+", "stax"]

[tests]
unit_directory = "./tests/unit"
pytest_directory = "./tests/functional"

0 comments on commit af44b7d

Please sign in to comment.