Skip to content

tests: fix tests for coverage #60

tests: fix tests for coverage

tests: fix tests for coverage #60

Workflow file for this run

# Run unit tests against sui testnet
name: Run Sui Move Tests
on:
pull_request:
push:
branches: [main]
jobs:
move-test:
runs-on: ubuntu-latest
container:
image: mysten/sui-tools:testnet
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: install git
run: apt-get install -y git
- name: run account.tech tests
run: sui move test -p ./packages/protocol --test && sui move test -p ./packages/config --test && sui move test -p ./packages/actions --test && sui move test -p ./packages/extensions --test