Skip to content

AddCommittedToken was edited to avoid amount duplicate on Lockup #1964

AddCommittedToken was edited to avoid amount duplicate on Lockup

AddCommittedToken was edited to avoid amount duplicate on Lockup #1964

Workflow file for this run

name: Run unit tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: "1.21"
- name: Install dependencies
run: |
go mod tidy
- name: Run unit tests
run: |
make ci-test-unit