Skip to content

Change mod to go-sui-sdk #190

Change mod to go-sui-sdk

Change mod to go-sui-sdk #190

Workflow file for this run

name: Go
on:
push:
branches: ["main", "devnet", "testnet"]
pull_request:
branches: ["main", "devnet", "testnet"]
jobs:
integration-test:
runs-on: ubuntu-22.04-arm
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.24.3
- name: Start Sui
run: docker compose up -d --quiet-pull
- name: Integration Test
run: go test -v ./...
- name: Build
run: go build -v ./...