Skip to content

Rework of LS to use FungibleAsset instead of Coin #29

Rework of LS to use FungibleAsset instead of Coin

Rework of LS to use FungibleAsset instead of Coin #29

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
- master
- releases-v*
tags:
- v*
jobs:
tests:
name: Test
runs-on: ubuntu-22.04
defaults:
run:
shell: bash
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Get Aptos
uses: pontem-network/get-aptos@main
with:
version: latest
token: ${{ secrets.GITHUB_TOKEN }}
prover: true
- name: Build
run: aptos move compile
- name: Test Liquidswap
run: aptos move test