Skip to content

fix comiplation issue #81

fix comiplation issue

fix comiplation issue #81

Workflow file for this run

name: tests
on: [push]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Setup golang
uses : actions/setup-go@v4
with :
go-version : '>=1.19.0'
- name: Install nigiri
run: curl https://getnigiri.vulpem.com | bash
- name : Start nigiri
run: nigiri start
- name: generate test generate coverage
run: go test ./... -coverprofile=./cover.out
env:
BTC_USER: "admin1"
BTC_PASSWORD: "123"
BTC_INDEXER_ELECTRS_REGNET: "http://0.0.0.0:30000"