Skip to content

Test Sui Move

Actions
Run unit and integration tests for Sui modules
v0.1.1-alpha.1
Latest
Star (0)

Tags

 (1)

Sui Move Test Action

Run npx scaf test on your Sui project directory. This in turn runs:

  • The tests in .move files under the ./packages/ directory (by calling sui move test)
  • The Mocha & Chai tests in the ./test/ directory.

Read more about Scaf and how to write tests for your Sui project.

Test your Sui Move packages with:

name: Test Sui Move Packages

on: [push]

jobs:
  test-action:
    name: Test Sui Move Packages
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Test Sui Move
        uses: cNikolaou/[email protected]

Test Sui Move is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Run unit and integration tests for Sui modules
v0.1.1-alpha.1
Latest

Tags

 (1)

Test Sui Move is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.