Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ jobs:

- name: Start iota sandbox
if: matrix.os == 'ubuntu-latest'
uses: './.github/actions/iota-sandbox/setup'
uses: 'iotaledger/iota-sandbox/.github/actions/[email protected]'
env:
COMPOSE_PROFILES: 'inx-faucet,inx-indexer'

- name: Run tests
run: cargo test --workspace --all-features --release
Expand All @@ -150,7 +152,7 @@ jobs:

- name: Tear down iota sandbox
if: matrix.os == 'ubuntu-latest' && always()
uses: './.github/actions/iota-sandbox/tear-down'
uses: 'iotaledger/iota-sandbox/.github/actions/tear-down@v1.1.0'

- name: Stop sccache
uses: './.github/actions/rust/sccache/stop-sccache'
Expand Down Expand Up @@ -195,12 +197,14 @@ jobs:
path: bindings/wasm

- name: Start iota sandbox
uses: './.github/actions/iota-sandbox/setup'
uses: 'iotaledger/iota-sandbox/.github/actions/[email protected]'
env:
COMPOSE_PROFILES: 'inx-faucet,inx-indexer'

- name: Run Wasm examples
run: npm run test:examples
working-directory: bindings/wasm

- name: Tear down iota sandbox
if: always()
uses: './.github/actions/iota-sandbox/tear-down'
uses: 'iotaledger/iota-sandbox/.github/actions/tear-down@v1.1.0'