Skip to content

Commit

Permalink
Merge branch '2.0' into remove-milestones-mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Mar 28, 2024
2 parents dd68850 + 5d8c304 commit bb0ff3f
Show file tree
Hide file tree
Showing 103 changed files with 2,646 additions and 1,781 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 bb0ff3f

Please sign in to comment.