Skip to content

Commit

Permalink
use latest sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed Mar 12, 2024
1 parent 3dfe5b6 commit 88bcf14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ jobs:
- name: Start iota sandbox
if: matrix.os == 'ubuntu-latest'
uses: 'iotaledger/iota-sandbox/.github/actions/setup@add-action'
with:
branch: add-action

- name: Run tests
run: cargo test --workspace --all-features --release
Expand Down Expand Up @@ -196,6 +198,8 @@ jobs:

- name: Start iota sandbox
uses: 'iotaledger/iota-sandbox/.github/actions/setup@add-action'
with:
branch: add-action

- name: Run Wasm examples
run: npm run test:examples
Expand Down

0 comments on commit 88bcf14

Please sign in to comment.