Skip to content

🔧 fix: try fns

🔧 fix: try fns #11

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 interest_math tests
run: sui move test