Skip to content

clone the logic from original version to custom pfm to introduce fees. #1623

clone the logic from original version to custom pfm to introduce fees.

clone the logic from original version to custom pfm to introduce fees. #1623

Workflow file for this run

on:
pull_request:
push:
branches:
- main
name: Tests
jobs:
test:
runs-on: ubuntu-latest
name: test
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Checkout code
uses: actions/checkout@v4
- name: Test
run: go test ./...