Skip to content

Commit

Permalink
Merge branch '2.0' into cleanup-wallet-syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex6323 authored Mar 27, 2024
2 parents 94de389 + 254832d commit 48b6661
Show file tree
Hide file tree
Showing 34 changed files with 517 additions and 276 deletions.
4 changes: 2 additions & 2 deletions .github/actions/ledger-nano/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
uses: actions/checkout@v3
with:
repository: iotaledger/ledger-iota-app
ref: develop
ref: feat/nova
path: ledger-iota-app

- name: Update submodules
Expand All @@ -17,5 +17,5 @@ runs:

- name: Run the simulator
shell: bash
run: ./build.sh -s -v shimmer -b
run: ./build.sh -s -b
working-directory: ledger-iota-app
5 changes: 1 addition & 4 deletions .github/workflows/private-tangle-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@ jobs:
uses: "./.github/actions/ledger-nano"

- name: Run tests
run: |
cargo nextest run test_get_info --all-features --run-ignored ignored-only --profile ci --cargo-profile ci -p iota-sdk -p iota-sdk-bindings-core --no-capture
# TODO: change in the future to run all tests and not only test_get_info
# cargo ci-tangle-test
run: cargo ci-tangle-test

- name: Tear down private tangle
if: always()
Expand Down
Loading

0 comments on commit 48b6661

Please sign in to comment.