Skip to content

feat: add crowdfund command and nowpayments service #697

feat: add crowdfund command and nowpayments service

feat: add crowdfund command and nowpayments service #697

Workflow file for this run

name: Unit testing
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.23.3
- name: Unit tests
run: make test