Skip to content

Commit

Permalink
Merge pull request #502 from LedgerHQ/add/manifest
Browse files Browse the repository at this point in the history
`ledger_app.toml` manifest
  • Loading branch information
fbeutin-ledger authored Dec 1, 2023
2 parents 4bf26a7 + 9ba0446 commit 1a3f58d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ jobs:
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1
with:
download_app_binaries_artifact: "ragger_elfs"
test_dir: tests/ragger

# =====================================================
# STATIC ANALYSIS
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/ragger"

0 comments on commit 1a3f58d

Please sign in to comment.