Skip to content

AddCommittedToken was edited to avoid amount duplicate on Lockup #2139

AddCommittedToken was edited to avoid amount duplicate on Lockup

AddCommittedToken was edited to avoid amount duplicate on Lockup #2139

Workflow file for this run

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